Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bieli committed Jan 30, 2024
1 parent 8c858eb commit 7b10493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy3.10", "3.9", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -22,5 +22,5 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pip install pytest pytest-cov
pip install pytest
pytest visuallearning_tests.py

0 comments on commit 7b10493

Please sign in to comment.