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 77be0d8 commit 1271189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and run kernels
name: Run benchmarks

on:
push:
Expand All @@ -17,9 +17,9 @@ jobs:
run: python3 -m pip install -e .
- name: Reinstall pip modules from requirements
run: python3 -m pip install -r requirements.txt
- name: Build and run kernels
- name: Run benchmarks
run: make allrun
working-directory: kernels/${{ matrix.kernel }}
working-directory: benchmarks/${{ matrix.kernel }}
- uses: actions/upload-artifact@v4
with:
name: output_report
Expand Down

0 comments on commit 1271189

Please sign in to comment.