Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 14, 2024
1 parent 9b0168c commit 20c952d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: syphar/restore-virtualenv@v1
- name: Run quil-py tests, lints, and formatting checks.
run: |
cargo make --cwd quil-rs/quil-py
cargo make --cwd quil-py
check-pyquil:
name: Check compatibility with pyQuil
Expand All @@ -81,7 +81,6 @@ jobs:
- uses: actions/checkout@v4
with:
path: quil-rs

- uses: actions/checkout@v4
with:
repository: "rigetti/pyquil"
Expand All @@ -99,9 +98,10 @@ jobs:
pip uninstall -y -r <(pip freeze) || true
pip install "./pyquil[latex]" maturin mypy ruff pytest
maturin develop -m quil-rs/quil-py/Cargo.toml
mypy pyquil/pyquil
ruff check pyquil/pyquil
pytest pyquil/test/unit -x
cd pyquil
mypy pyquil
ruff check pyquil
pytest test/unit -x
fmt:
name: Rustfmt
Expand Down

0 comments on commit 20c952d

Please sign in to comment.