We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d310fa + 79c0ae5 commit cf3631bCopy full SHA for cf3631b
.github/workflows/notebook_ci.yaml
@@ -18,8 +18,10 @@ jobs:
18
include:
19
- qutip-version: '4'
20
qutip-branch: 'qutip-4.7.X'
21
+ qip-branch: 'qutip-qip-0.4.X'
22
- qutip-version: '5'
23
qutip-branch: 'master'
24
+ qip-branch: 'master'
25
steps:
26
- uses: actions/checkout@v4
27
@@ -57,7 +59,7 @@ jobs:
57
59
pip install -r requirements.txt
58
60
pip install .
61
cd ..
- 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 }}
63
python -m pip install --no-deps git+https://github.com/qutip/qutip-jax
64
python -m pip install --no-deps git+https://github.com/qutip/qutip-qoc
65
0 commit comments