From 6b6c04e8eb83059f57b0dd9e31c9d621e94cedc8 2024-01-31 19:57:11 From: Matthias Koeppe Date: 2024-01-31 19:57:11 Subject: [PATCH] .github/workflows/downstream.yml: Pin sagemath-environemnt<10.3b6 --- diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index dbb0106..3f80a51 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -58,7 +58,7 @@ jobs: # We cloned it for the tests, but for simplicity we install the # wheels from PyPI. # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178) - pip install --pre "sagemath-repl<10.3b5" + pip install --pre "sagemath-repl<10.3b6" "sagemath-environment<10.3b6" cd .. - name: Test sagemath-repl run: |