Skip to content

Commit 77fe60d

Browse files
committed
Don't install qutip-qtrl by default
1 parent d629067 commit 77fe60d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
- name: Install qutip-qip
7575
# Installing in-place so that coveralls can locate the source code.
7676
run: |
77-
pip install -e .[full]
77+
pip install matplotlib pytest
78+
pip install -e .
7879
- name: Test with pytest and generate coverage report
7980
run: |
8081
pip install pytest-cov coveralls

0 commit comments

Comments
 (0)