File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -263,9 +263,7 @@ jobs:
263
263
if : always()
264
264
run : |
265
265
conda activate "${{ env.install_dir }}"
266
- # Remove skipping test when rosettasciio 0.6 is released
267
- # https://github.com/hyperspy/rosettasciio/pull/282
268
- pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack"
266
+ pytest --pyargs rsciio --reruns 3 -n 2
269
267
270
268
- shell : bash -l {0}
271
269
name : Test hyperspy
@@ -459,9 +457,7 @@ jobs:
459
457
shell : cmd
460
458
run : |
461
459
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
462
- # Remove skipping test when rosettasciio 0.6 is released
463
- # https://github.com/hyperspy/rosettasciio/pull/282
464
- pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack"
460
+ pytest --pyargs rsciio --reruns 3 -n 2
465
461
466
462
- name : Run test hyperspy_gui_ipywidgets
467
463
if : always()
You can’t perform that action at this time.
0 commit comments