Skip to content

Commit

Permalink
Update pixi-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 2, 2024
1 parent e328252 commit 2738fd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:

- name: Run the tests
shell: bash -l {0}
run: pixi run test
run: |
pixi run download_deps
pixi run install_deps
pixi run test

0 comments on commit 2738fd9

Please sign in to comment.