We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371401e commit abf6f03Copy full SHA for abf6f03
.github/workflows/python-app.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
sudo apt-get update
29
+ apt-cache policy sagemath
30
python -m pip install --upgrade pip
31
pip install flake8 pytest
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
0 commit comments