Skip to content

Commit

Permalink
Simplify workflow until errors are resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogan-nwra committed Sep 9, 2024
1 parent 7a0d91c commit b194145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ["3.9"]
os: [ubuntu-latest]
fail-fast: false

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pdm sync -d -G test
pdm install -dG test
- name: Run Tests
run: |
pytest -rsxXf --doctest-modules src tests

0 comments on commit b194145

Please sign in to comment.