Show More
@@ -57,11 +57,11 b' jobs:' | |||
|
57 | 57 | cd sage |
|
58 | 58 | # We cloned it for the tests, but for simplicity we install the |
|
59 | 59 | # wheels from PyPI. |
|
60 |
# (Avoid 10.3b |
|
|
60 | # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178) | |
|
61 | 61 | pip install --pre "sagemath-repl<10.3b5" |
|
62 | pip install tox | |
|
63 | 62 | cd .. |
|
64 |
- name: t |
|
|
63 | - name: Test sagemath-repl | |
|
65 | 64 | run: | |
|
66 |
cd ../sage/ |
|
|
67 | tox -v -v --skip-pkg-install --sitepackages -e norequirements | |
|
65 | cd ../sage/ | |
|
66 | # From https://github.com/sagemath/sage/blob/develop/pkgs/sagemath-repl/tox.ini | |
|
67 | sage-runtests -p --environment=sage.all__sagemath_repl --baseline-stats-path=pkgs/sagemath-repl/known-test-failures.json --initial --optional=sage src/sage/repl src/sage/doctest src/sage/misc/sage_input.py src/sage/misc/sage_eval.py |
General Comments 0
You need to be logged in to leave comments.
Login now