Skip to content

Commit

Permalink
Add new version-specific environments to workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Dec 31, 2023
1 parent b8fc4e7 commit 04b60a8
Showing 1 changed file with 59 additions and 12 deletions.
71 changes: 59 additions & 12 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,67 @@ jobs:
- libhdf5-dev
envs: |
# Standard tests
- linux: py38-test
- linux: py39-test
- linux: py310-test
- linux: py311-test
- linux: py38-glue-113-test
- linux: py38-glue-114-test
- linux: py38-glue-115-test
- linux: py38-glue-116-test
- linux: py38-glue-117-test
- linux: py39-glue-113-test
- linux: py39-glue-114-test
- linux: py39-glue-115-test
- linux: py39-glue-116-test
- linux: py39-glue-117-test
- linux: py310-glue-113-test
- linux: py310-glue-114-test
- linux: py310-glue-115-test
- linux: py310-glue-116-test
- linux: py310-glue-117-test
- linux: py311-glue-113-test
- linux: py311-glue-114-test
- linux: py311-glue-115-test
- linux: py311-glue-116-test
- linux: py311-glue-117-test
- macos: py38-test
- macos: py39-test
- macos: py310-test
- macos: py311-test
- macos: py38-glue-113-test
- macos: py38-glue-114-test
- macos: py38-glue-115-test
- macos: py38-glue-116-test
- macos: py38-glue-117-test
- macos: py39-glue-113-test
- macos: py39-glue-114-test
- macos: py39-glue-115-test
- macos: py39-glue-116-test
- macos: py39-glue-117-test
- macos: py310-glue-113-test
- macos: py310-glue-114-test
- macos: py310-glue-115-test
- macos: py310-glue-116-test
- macos: py310-glue-117-test
- macos: py311-glue-113-test
- macos: py311-glue-114-test
- macos: py311-glue-115-test
- macos: py311-glue-116-test
- macos: py311-glue-117-test
- windows: py38-test
- windows: py39-test
- windows: py310-test
- windows: py311-test
- windows: py38-glue-113-test
- windows: py38-glue-114-test
- windows: py38-glue-115-test
- windows: py38-glue-116-test
- windows: py38-glue-117-test
- windows: py39-glue-113-test
- windows: py39-glue-114-test
- windows: py39-glue-115-test
- windows: py39-glue-116-test
- windows: py39-glue-117-test
- windows: py310-glue-113-test
- windows: py310-glue-114-test
- windows: py310-glue-115-test
- windows: py310-glue-116-test
- windows: py310-glue-117-test
- windows: py311-glue-113-test
- windows: py311-glue-114-test
- windows: py311-glue-115-test
- windows: py311-glue-116-test
publish:
needs: tests
Expand Down

0 comments on commit 04b60a8

Please sign in to comment.