Skip to content

Commit

Permalink
Correct install call
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mills committed Mar 4, 2024
1 parent 2a0f492 commit a91a19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'pip'

- name: Install pytket-mbqc
run: pip install .
run: pip install pytket-mbqc-py/

- name: Run Tests
run: pytest --cov-report term-missing:skip-covered --cov=pytket-mbqc-py/pytket_mbqc_py/ pytket-mbqc-py/tests/ --durations=10
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
cache: 'pip'

- name: Install pytket-mbqc
run: pip install .
run: pip install pytket-mbqc-py/

- name: Run Tests
run: pytest --cov-report term-missing:skip-covered --cov=pytket-mbqc-py/pytket_mbqc_py/ pytket-mbqc-py/tests/ --durations=10
Expand Down
1 change: 0 additions & 1 deletion pytket-mbqc-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ notebook = "^6.5.0"
pytket-quantinuum = "^0.29.0"
pytket_pecos = "^0.1.15"
pytest = "^8.0.1"
pytket-benchmarking = {path = "../../pytket-benchmarking"}
pytest-cov = "^4.1.0"
ruff = "^0.2.2"
mypy = "^1.8.0"
Expand Down

0 comments on commit a91a19e

Please sign in to comment.