##// END OF EJS Templates
.github/workflows/downstream.yml: Test sagemath-repl with sagemath-categories, pillow installed
Matthias Koeppe -
Show More
@@ -59,6 +59,8 b' jobs:'
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.3b6" "sagemath-environment<10.3b6"
61 pip install --pre "sagemath-repl<10.3b6" "sagemath-environment<10.3b6"
62 # Install optionals that make more tests pass
63 pip install sagemath-categories pillow
62 cd ..
64 cd ..
63 - name: Test sagemath-repl
65 - name: Test sagemath-repl
64 run: |
66 run: |
General Comments 0
You need to be logged in to leave comments. Login now