From 9f76f7a2247053a07aab8f63c276b53151c548e1 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Tue, 5 Apr 2022 18:03:51 +0200 Subject: [PATCH] Marked `test_save_tour` xfail; resorted envs --- .github/workflows/ci_tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index a04b2210..2cd3e516 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -8,9 +8,9 @@ jobs: tests: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1.0.2 with: + # fail-fast: true display: true coverage: codecov - fail-fast: true libraries: | apt: - libxkbcommon-x11-0 @@ -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/tox.yml@v1.0.2 + # Tests allowed to fail (not to trigger cancellation of all in-progress jobs). + # With tox.yml@v1.0.3 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