From f5444ed9ad3f51d45e803f25df7279dcdbcd1de4 Mon Sep 17 00:00:00 2001 From: Patrick <> Date: Sat, 4 May 2024 11:39:29 +0200 Subject: [PATCH] fix install string --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d877135..648f32b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Install QuTiP from GitHub if: ${{ startsWith( matrix.qutip-version, '@') }} run: | - python -m pip install numpy scipy cython <3.0.0 + python -m pip install numpy scipy 'cython<3.0.0' python -m pip install 'git+https://github.com/qutip/qutip.git${{ matrix.qutip-version }}' - name: Install qutip-qtrl