Skip to content

Commit

Permalink
remove duplicated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed May 24, 2021
1 parent 29be1b7 commit f389974
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Test with pytest
run: |
pytest tests --strict-config --strict-markers --verbosity=1
test-qutip-support:
# test for qutip master branch
runs-on: ubuntu-latest
Expand Down Expand Up @@ -75,10 +74,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 f389974

Please sign in to comment.