Skip to content

Commit

Permalink
Check install versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mills committed Mar 18, 2024
1 parent e37ca80 commit 70ecc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
if: github.event_name == 'pull_request'
run: |
pip install -e . -v
pip list
- name: Test qermit
if: github.event_name == 'pull_request'
run: |
cd tests
pip install -r test_requirements.txt
pip list
pytest --cov-report term-missing:skip-covered --cov=qermit --durations=10
linux:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
license="CQC Non-Commercial Use Software Licence",
include_package_data=True,
packages=find_packages(),
install_requires=["pytket ~= 1.11", "matplotlib", "networkx"],
install_requires=["pytket", "matplotlib", "networkx"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 70ecc87

Please sign in to comment.