Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdsn committed Jan 6, 2024
1 parent 2b97601 commit ed8055b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install sagemath
ls /usr/lib/python3/dist-packages/
ls /usr/lib/python3/dist-packages/sage
sage -pip install pytest
ls /usr/lib/python3/dist-packages/
ls /usr/lib/python3/dist-packages/sage
- name: Test with pytest
run: |
PYTHONPATH="/usr/lib/python3/dist-packages/sage" pytest
$HOME/.sage/local/bin/pytest

0 comments on commit ed8055b

Please sign in to comment.