Skip to content

Commit 99fd320

Browse files
authored
Merge pull request #211 from BoxiLi/testing_bug
Do not install cython independently from qutip
2 parents 66dedc4 + f3fd410 commit 99fd320

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- name: Install QuTiP from GitHub
7373
if: ${{ startsWith( matrix.qutip-version, '@') }}
7474
run: |
75-
python -m pip install numpy scipy cython
7675
python -m pip install 'git+https://github.com/qutip/qutip.git${{ matrix.qutip-version }}'
7776
7877
# For qutip-v5 qutip.control is replaced by qutip-qtrl

0 commit comments

Comments
 (0)