Skip to content

Commit

Permalink
Really added matrix of Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed May 29, 2024
1 parent a839dca commit 9cf3184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
environment: [test39, test310, test311, test312]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
Expand All @@ -14,5 +15,5 @@ jobs:
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run --environment dev test
- run: pixi run --environment ${{ matrix.environment }} test

0 comments on commit 9cf3184

Please sign in to comment.