Skip to content

Commit cf3631b

Browse files
committed
Merge remote-tracking branch 'upstream' into qtcu
2 parents 7d310fa + 79c0ae5 commit cf3631b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/notebook_ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
include:
1919
- qutip-version: '4'
2020
qutip-branch: 'qutip-4.7.X'
21+
qip-branch: 'qutip-qip-0.4.X'
2122
- qutip-version: '5'
2223
qutip-branch: 'master'
24+
qip-branch: 'master'
2325
steps:
2426
- uses: actions/checkout@v4
2527

@@ -57,7 +59,7 @@ jobs:
5759
pip install -r requirements.txt
5860
pip install .
5961
cd ..
60-
python -m pip install git+https://github.com/qutip/qutip-qip
62+
python -m pip install git+https://github.com/qutip/qutip-qip@${{ matrix.qip-branch }}
6163
python -m pip install --no-deps git+https://github.com/qutip/qutip-jax
6264
python -m pip install --no-deps git+https://github.com/qutip/qutip-qoc
6365

0 commit comments

Comments
 (0)