From 0dd6ec587efc2b5580b49ab05ce3b484168850be Mon Sep 17 00:00:00 2001 From: Boxi Li Date: Mon, 24 May 2021 13:30:21 +0200 Subject: [PATCH] Correct the test workflow (#50) There was a syntax error in the test workflow added in https://github.com/qutip/qutip-qip/pull/31, fix it. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 872b2d4e..01b5b5bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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