Skip to content

Commit e429933

Browse files
committed
Fix CI check.
1 parent 65dfaeb commit e429933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cd ${GITHUB_WORKSPACE}/tests
6060
python -m pip install --pre -r test-requirements.txt
6161

6262
# update the pytket version to the lastest (pre) release
63-
python -m pip install --upgrade --pre pytket~=1.0
63+
python -m pip install --upgrade --pre pytket~=2.0
6464

6565
# install the latest compatible pytket-qir version
6666

0 commit comments

Comments
 (0)