Skip to content

Commit

Permalink
Merge pull request #42 from schmidtfa/ci_matrix_testing
Browse files Browse the repository at this point in the history
Add CI Testing for multiple python versions
  • Loading branch information
schmidtfa authored Jul 31, 2024
2 parents d439f45 + 15e6f8c commit 540959d
Show file tree
Hide file tree
Showing 4 changed files with 11,207 additions and 339 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
test_environment: [testpy311, testpy312]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
Expand All @@ -23,8 +26,8 @@ jobs:
cache: true
locked: false
frozen: false
- run: pixi run lint_ci
- run: pixi run test
environments: ${{ matrix.test_environment }}
- run: pixi run -e ${{ matrix.test_environment }} test
- name: Coveralls
uses: coverallsapp/github-action@v2
lint:
Expand Down
Loading

0 comments on commit 540959d

Please sign in to comment.