Skip to content

Commit

Permalink
Correct the test workflow (#50)
Browse files Browse the repository at this point in the history
There was a syntax error in the test workflow added in #31, fix it.
  • Loading branch information
BoxiLi committed May 24, 2021
1 parent 29be1b7 commit 0dd6ec5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install numpy scipy cython qutip sphinx matplotlib numpydoc sphinx_rtd_theme
pip install .
- name: Test with doctest
python -m pip install numpy scipy cython sphinx matplotlib numpydoc sphinx_rtd_theme
pip install qutip
pip install .
- name: Test code snippets in the documentation
run: |
cd doc
Expand Down

0 comments on commit 0dd6ec5

Please sign in to comment.