Skip to content

Commit

Permalink
install_python_venv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouaix committed Mar 4, 2024
1 parent 2e5dcda commit 80a7adb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: just install_tooling

- name: Test
run: just test
run: |
just install_python_venv
just test
- name: Try install
run: just install
Expand Down

0 comments on commit 80a7adb

Please sign in to comment.