Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford authored Dec 4, 2023
1 parent 5766b48 commit 4e16714
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest, macos-13-xlarge]
# For Apple Silicon: https://github.com/actions/runner-images/issues/8439
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# Exclude Python 3.8 on Windows because of resolution issues
exclude:
- os: windows-latest
python-version: '3.8'
python-version: ['3.9']
defaults:
run:
shell: bash
Expand All @@ -36,4 +32,4 @@ jobs:
pip install -e '.[dev]'
- name: Run pytest
run: pytest tests
run: pytest tests

0 comments on commit 4e16714

Please sign in to comment.