##// END OF EJS Templates
.github/workflows/downstream.yml: Pin sagemath-environemnt<10.3b6
Matthias Koeppe -
Show More
@@ -58,7 +58,7 b' jobs:'
58 # We cloned it for the tests, but for simplicity we install the
58 # We cloned it for the tests, but for simplicity we install the
59 # wheels from PyPI.
59 # wheels from PyPI.
60 # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
60 # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
61 pip install --pre "sagemath-repl<10.3b5"
61 pip install --pre "sagemath-repl<10.3b6" "sagemath-environment<10.3b6"
62 cd ..
62 cd ..
63 - name: Test sagemath-repl
63 - name: Test sagemath-repl
64 run: |
64 run: |
General Comments 0
You need to be logged in to leave comments. Login now