##// END OF EJS Templates
Try unpinning sage
Ian Thomas -
Show More
@@ -59,10 +59,10 b' jobs:'
59 # We cloned it for the tests, but for simplicity we install the
59 # We cloned it for the tests, but for simplicity we install the
60 # wheels from PyPI.
60 # wheels from PyPI.
61 # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
61 # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
62 pip install --pre "sagemath-repl<10.3b6" "sagemath-environment<10.3b6"
62 pip install --pre sagemath-repl sagemath-environment
63 # Install optionals that make more tests pass
63 # Install optionals that make more tests pass
64 pip install pillow
64 pip install pillow
65 pip install --pre "sagemath-categories<10.3b6"
65 pip install --pre sagemath-categories
66 cd ..
66 cd ..
67 - name: Test sagemath-repl
67 - name: Test sagemath-repl
68 run: |
68 run: |
General Comments 0
You need to be logged in to leave comments. Login now