Skip to content

Commit

Permalink
Continue-on-error test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Apr 15, 2021
1 parent c91aa8e commit de20e57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
BLAS_IMPL: openblas
env:
TEST_DEPS: pytest pytest-qt
LIB_TO_TEST: '' #atomap pyxem kikuchipy
LIB_TO_TEST: atomap pyxem kikuchipy
DISPLAY: :0

steps:
Expand Down Expand Up @@ -195,6 +195,7 @@ jobs:
- shell: bash -l {0}
name: Test hyperspy
continue-on-error: true
env:
MPLBACKEND: 'agg'
run: |
Expand All @@ -203,7 +204,7 @@ jobs:
- shell: bash -l {0}
name: Run other test suites
if: ${{ env.LIB_TO_TEST }} != ''
continue-on-error: true
env:
MPLBACKEND: 'agg'
run: |
Expand Down Expand Up @@ -310,7 +311,7 @@ jobs:
pytest --pyargs hyperspyui
- name: Run test hyperspy
if: ${{ env.LIB_TO_TEST }} != ''
continue-on-error: true
shell: cmd
env:
MPLBACKEND: 'agg'
Expand All @@ -319,6 +320,7 @@ jobs:
pytest --pyargs hyperspy
- name: Run other test suites
continue-on-error: true
shell: cmd
env:
MPLBACKEND: 'agg'
Expand Down

0 comments on commit de20e57

Please sign in to comment.