Skip to content

Commit

Permalink
ci: add missing package installs for pyQuil pytest compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
antalsz committed Jan 9, 2025
1 parent 573d537 commit c336127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup pyQuil Repository
run: |
pip uninstall -y -r <(pip freeze) || true
pip install "./pyquil[latex]" maturin mypy ruff pytest pytest-mock
pip install "./pyquil[latex]" maturin mypy ruff pytest pytest-mock syrupy flaky respx
maturin develop -m quil-rs/quil-py/Cargo.toml
- name: Run mypy
Expand Down

0 comments on commit c336127

Please sign in to comment.