Skip to content

Commit

Permalink
Install qutip-qtrl master version for the tests (#198)
Browse files Browse the repository at this point in the history
Install qutip-qtrl master version for the tests and add tests for qutip==5.0.0a1
  • Loading branch information
BoxiLi committed Apr 16, 2023
1 parent 72aad5d commit cf8cd75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
strategy:
matrix:
include:
- case-name: qutip@5.0.0a1
os: ubuntu-latest
qutip-version: '==5.0.0a1'
pyqir-version: ''
python-version: '3.10'
- case-name: qutip@qutip-4.7.X
os: ubuntu-latest
qutip-version: '@qutip-4.7.X'
Expand Down Expand Up @@ -74,7 +79,7 @@ jobs:
- name: Install qutip-qtrl from PyPI
if: ${{ matrix.qutip-version == '@master'}}
run: |
python -m pip install qutip-qtrl
python -m pip install 'git+https://github.com/qutip/qutip-qtrl.git'
- name: Install Qiskit from PyPI
if: ${{ matrix.qiskit-version != '' }}
Expand Down

0 comments on commit cf8cd75

Please sign in to comment.