Skip to content

Commit

Permalink
fix benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed May 1, 2024
1 parent 03bd461 commit 00f6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- {name: checkout, uses: actions/checkout@v4, with: {submodules: recursive, fetch-depth: 0}}
- {name: install requirements, run: source .github/reqs.sh && c4_install_test_requirements $OS}
- name: Download vars.sh
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with: {name: vars.sh, path: ./}
- {name: show info, run: source .github/setenv.sh && c4_show_info}
- name: Install python 3.10 for plotting
Expand Down

0 comments on commit 00f6c13

Please sign in to comment.