We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe9ce6 + bc385c2 commit 3fa35c8Copy full SHA for 3fa35c8
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Test with pytest and generate coverage report
81
run: |
82
- pip install jupytext nbconvert ipykernel pytest-cov coveralls
+ pip install pytest-cov coveralls
83
pytest tests --strict-markers --cov=qutip_qoc --cov-report= --color=yes
84
85
- name: Upload to Coveralls
setup.cfg
@@ -49,6 +49,9 @@ rl =
49
stable-baselines3>=2.3.2
50
tests =
51
pytest>=6.0
52
+ jupytext
53
+ nbconvert
54
+ ipykernel
55
full =
56
%(jopt)s
57
%(rl)s
0 commit comments