Skip to content

Commit

Permalink
use patched qtrl for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hopf committed Jun 29, 2024
1 parent 01358ee commit 191c819
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 @@ -61,7 +61,7 @@ jobs:
- name: Install qutip-qtrl from GitHub
if: ${{ matrix.qutip-version == '@master'}}
run: |
python -m pip install 'git+https://github.com/qutip/qutip-qtrl.git'
python -m pip install 'git+https://github.com/qutip/qutip-qtrl.git@patrick/patch_numpy2'
- name: Install fixed version jax and jaxlib
run: |
Expand Down

0 comments on commit 191c819

Please sign in to comment.