Skip to content

Commit

Permalink
Marked test_save_tour xfail; resorted envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 5, 2022
1 parent 8bb761e commit 9f76f7a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/[email protected]
with:
# fail-fast: true
display: true
coverage: codecov
fail-fast: true
libraries: |
apt:
- libxkbcommon-x11-0
Expand Down Expand Up @@ -43,11 +43,12 @@ jobs:
- windows: py39-test
allowed_failures:
# Tests allowed to fail (will not trigger cancellation of all in-progress jobs)
uses: OpenAstronomy/github-actions-workflows/.github/workflows/[email protected]
# Tests allowed to fail (not to trigger cancellation of all in-progress jobs).
# With [email protected] the fail-fast setting should hopefully handle this.
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
# fail-fast: false
display: true
fail-fast: false
envs: |
# UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 14099-14100: invalid continuation byte
- windows: py36-test
Expand Down

0 comments on commit 9f76f7a

Please sign in to comment.