Skip to content

Commit

Permalink
TST: separate job for (failing) Linux runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Mar 25, 2022
1 parent 4defd3e commit 54bb32f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ on:

jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
# Standard tests
- macos: py38-test
- macos: py39-test
- macos: py310-test
- windows: py38-test
- windows: py39-test
linux:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
libraries: |
Expand All @@ -25,10 +36,6 @@ jobs:
# Standard tests
- linux: py38-test
- linux: py39-test
- macos: py38-test
- macos: py39-test
- windows: py38-test
- windows: py39-test
allowed_failures:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand All @@ -50,7 +57,6 @@ jobs:
- linux: py310-test
- macos: py36-test
- macos: py37-test
- macos: py310-test
- windows: py36-test
- windows: py37-test
- windows: py310-test

0 comments on commit 54bb32f

Please sign in to comment.