Skip to content

Commit

Permalink
fix: Move the working directory for the python script correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 18, 2023
1 parent 6f030b8 commit e0e5647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
INPUT_BENCHMARK_TYPE: ${{ inputs.benchmark_type }}
INPUT_BENCHMARKS: ${{ inputs.benchmarks }}
INPUT_SHOT_EXECUTABLE: ${{ inputs.shot_executable }}
working-directory: ${{ github.workspace }}/shot-benchmarker
working-directory: ${{ github.workspace }}/shot-benchmarker
run: python main.py

0 comments on commit e0e5647

Please sign in to comment.