We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dfaeb commit e429933Copy full SHA for e429933
.github/workflows/build-test
@@ -60,7 +60,7 @@ cd ${GITHUB_WORKSPACE}/tests
60
python -m pip install --pre -r test-requirements.txt
61
62
# update the pytket version to the lastest (pre) release
63
-python -m pip install --upgrade --pre pytket~=1.0
+python -m pip install --upgrade --pre pytket~=2.0
64
65
# install the latest compatible pytket-qir version
66
0 commit comments