Skip to content

Commit

Permalink
test only with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Feb 9, 2024
1 parent 8b9d44a commit 62d6278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,4 +22,4 @@ jobs:
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pytest tests
pytest tests

0 comments on commit 62d6278

Please sign in to comment.