Skip to content

Commit

Permalink
TST: setup X server for Linux runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Mar 25, 2022
1 parent 54bb32f commit d1eec46
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@ on:
pull_request:

jobs:
tests:
macos:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
# Standard tests
- macos: py38-test
- macos: py39-test
- macos: py310-test
windows:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
# Standard tests
- windows: py38-test
- windows: py39-test
linux:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
display: true
libraries: |
apt:
- libxkbcommon-x11-0
Expand All @@ -40,6 +46,7 @@ jobs:
allowed_failures:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
display: true
libraries: |
apt:
- libxkbcommon-x11-0
Expand All @@ -57,6 +64,7 @@ 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 d1eec46

Please sign in to comment.