Skip to content

Commit

Permalink
fix install string
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed May 4, 2024
1 parent 1adc557 commit f5444ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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 install numpy scipy 'cython<3.0.0'
python -m pip install 'git+https://github.com/qutip/qutip.git${{ matrix.qutip-version }}'
- name: Install qutip-qtrl
Expand Down

0 comments on commit f5444ed

Please sign in to comment.