Skip to content

Commit

Permalink
maybe this is the magic spell?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 14, 2024
1 parent 1c29c66 commit ccf0e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cargo make --cwd quil-rs/quil-py
- name: Check changes against pyQuil
run: |
pip freeze | xargs pip uninstall -y
pip uninstall -y -r <(pip freeze --user)
pip install "./pyquil[latex]"
maturin develop -m quil-rs/quil-py
mypy pyquil/pyquil
Expand Down

0 comments on commit ccf0e20

Please sign in to comment.