##// END OF EJS Templates
.github/workflows/downstream.yml: Test with sagemath-repl
Matthias Koeppe -
Show More
@@ -44,9 +44,23 b' jobs:'
44 # we must install IPython after ipykernel to get the right versions.
44 # we must install IPython after ipykernel to get the right versions.
45 python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel
45 python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel
46 python -m pip install --upgrade 'pytest<7' 'pytest_asyncio<0.21'
46 python -m pip install --upgrade 'pytest<7' 'pytest_asyncio<0.21'
47 - name: pytest
47 - name: pytest ipykernel
48 env:
48 env:
49 COLUMNS: 120
49 COLUMNS: 120
50 run: |
50 run: |
51 cd ../ipykernel
51 cd ../ipykernel
52 pytest
52 pytest
53 - name: Install sagemath-repl
54 run: |
55 cd ..
56 git clone --depth 1 https://github.com/sagemath/sage
57 cd sage
58 # We cloned it for the tests, but for simplicity we install the
59 # wheels from PyPI.
60 pip install --pre sagemath-repl
61 pip install tox
62 cd ..
63 - name: tox sagemath-repl
64 run: |
65 cd ../sage/pkgs/sagemath-repl
66 tox -v -v --skip-pkg-install --sitepackages -e norequirements
General Comments 0
You need to be logged in to leave comments. Login now