Skip to content

Commit abf6f03

Browse files
authored
Update python-app.yml
1 parent 371401e commit abf6f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
sudo apt-get update
29+
apt-cache policy sagemath
2930
python -m pip install --upgrade pip
3031
pip install flake8 pytest
3132
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)