Skip to content

Commit

Permalink
fix: Fixed an issue with working-directory indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 18, 2023
1 parent 1c9edf6 commit 6f030b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
python-version: 3.11
cache: 'pip'
working-directory: ${{ github.workspace }}/shot-benchmarker
working-directory: ${{ github.workspace }}/shot-benchmarker

- shell: bash
run: pip install -r requirements.txt
Expand All @@ -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
run: python main.py
working-directory: ${{ github.workspace }}/shot-benchmarker

0 comments on commit 6f030b8

Please sign in to comment.