Skip to content

Commit

Permalink
Install qutip-qtrl in the test action for qutip5 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Mar 14, 2023
1 parent 2eccfec commit fa929ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
python -m pip install numpy scipy cython
python -m pip install 'git+https://github.com/qutip/qutip.git${{ matrix.qutip-version }}'
# For qutip-v5 qutip.control is replaced by qutip-qtrl
- name: Install qutip-qtrl from PyPI
if: ${{ matrix.qutip-version == '@master'}}
run: |
python -m pip install qutip-qtrl
- name: Install Qiskit from PyPI
if: ${{ matrix.qiskit-version != '' }}
run: python -m pip install 'qiskit${{ matrix.qiskit-version }}'
Expand Down

0 comments on commit fa929ff

Please sign in to comment.