Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdsn authored Jan 6, 2024
1 parent b379f23 commit ba62e32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install sagemath
python -m pip install --upgrade pip
pip install pytest
sage -pip install pytest
- name: Test with pytest
run: |
pytest
PYTHONPATH="/usr/lib/python3*/dist-packages/sage" pytest

0 comments on commit ba62e32

Please sign in to comment.