Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Sep 24, 2024
1 parent 9a4e288 commit a22e4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Reinstall pip modules from requirements
run: python3 -m pip install -r requirements.txt
- name: Run benchmarks
run: python3 genbenchmarks.py
run: python3 genbenchmark.py
working-directory: benchmarks/${{ matrix.kernel }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a22e4cf

Please sign in to comment.