Skip to content

Commit

Permalink
fix cython version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed May 4, 2024
1 parent f5444ed commit 476c300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Install QuTiP from GitHub
if: ${{ startsWith( matrix.qutip-version, '@') }}
run: |
python -m pip install numpy scipy 'cython<3.0.0'
python -m pip uninstall -y cython
python -m pip install 'cython<3.0.0'
python -m pip install numpy scipy
python -m pip install 'git+https://github.com/qutip/qutip.git${{ matrix.qutip-version }}'
- name: Install qutip-qtrl
Expand Down

0 comments on commit 476c300

Please sign in to comment.