Skip to content

Commit

Permalink
Merge pull request #59 from ericpre/tidy_up_skipping_test
Browse files Browse the repository at this point in the history
Tidy up skipping test
  • Loading branch information
ericpre authored Jul 12, 2024
2 parents afad350 + 4e6db50 commit 65cae83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ jobs:
- name: Run RosettaScio Test Suite
if: ${{ always() }}
run: |
# Remove skipping test when rosettasciio 0.6 is released
# https://github.com/hyperspy/rosettasciio/pull/282
python -m pytest --pyargs rsciio -n 2 -k "not test_read_stack"
python -m pytest --pyargs rsciio -n 2
- name: Run hyperspy_gui_ipywidgets Test Suite
if: ${{ always() }}
Expand Down

0 comments on commit 65cae83

Please sign in to comment.