Skip to content

Commit

Permalink
Merge pull request hyperspy#114 from ericpre/tidy_up_skipping_test
Browse files Browse the repository at this point in the history
Tidy up skipping test following rosettasciio 0.6 release
  • Loading branch information
ericpre committed Jul 15, 2024
2 parents 2628ee8 + 6ad9794 commit 2a3c737
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,7 @@ jobs:
if: always()
run: |
conda activate "${{ env.install_dir }}"
# Remove skipping test when rosettasciio 0.6 is released
# https://github.com/hyperspy/rosettasciio/pull/282
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack"
pytest --pyargs rsciio --reruns 3 -n 2
- shell: bash -l {0}
name: Test hyperspy
Expand Down Expand Up @@ -459,9 +457,7 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
# Remove skipping test when rosettasciio 0.6 is released
# https://github.com/hyperspy/rosettasciio/pull/282
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack"
pytest --pyargs rsciio --reruns 3 -n 2
- name: Run test hyperspy_gui_ipywidgets
if: always()
Expand Down

0 comments on commit 2a3c737

Please sign in to comment.