Skip to content

Commit

Permalink
Add tox environments to CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Aug 10, 2024
1 parent 944ac40 commit 92ce369
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,25 @@ jobs:
- libxkbcommon-x11-0
- libegl1-mesa
- libhdf5-dev
envs: |
- linux: py38-test
- linux: py39-test
- linux: py310-test
- linux: py311-test
- linux: py312-test
- macos: py38-test
- macos: py39-test
- macos: py310-test
- macos: py311-test
- macos: py312-test
- windows: py38-test
- windows: py39-test
- windows: py310-test
- windows: py311-test
- windows: py312-test
deploy-examples:
needs: initial_checks
Expand Down

0 comments on commit 92ce369

Please sign in to comment.