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 5750c8e commit d2c3c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand All @@ -27,4 +27,5 @@ jobs:
sage -pip install pytest
- name: Test with pytest
run: |
export DOT_SAGE="$HOME/.sage"
PYTHONPATH="$DOT_SAGE/local/lib/python3.10/site-packages" $DOT_SAGE/local/bin/pytest

0 comments on commit d2c3c23

Please sign in to comment.