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 ed8055b commit a4e8a8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ jobs:
sage -pip install pytest
- name: Test with pytest
run: |
python -m site
sage -python -m site
python -m site --user-site
sage -python -m site --user-site
pip list
sage -pip list
pip list --user
sage -pip list --user
$HOME/.sage/local/bin/pytest

0 comments on commit a4e8a8a

Please sign in to comment.