You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -242,11 +242,12 @@ jobs:
242
242
# Error on closing figure, not critical
243
243
pytest --pyargs hyperspyui -k "not plotting"
244
244
245
-
- name: Test RosettaSciIO
246
-
if: always()
247
-
run: |
248
-
conda activate "${{ env.install_dir }}"
249
-
pytest --pyargs rsciio --reruns 3 -n 1 -k "not TestOperate and not test_export_scalebar and not test_load_readonly and not test_lazy_loading_hyperspy_close"
245
+
# Skip until 0.9.0 is released
246
+
# - name: Test RosettaSciIO
247
+
# if: always()
248
+
# run: |
249
+
# conda activate "${{ env.install_dir }}"
250
+
# pytest --pyargs rsciio --reruns 3 -n 1 -k "not TestOperate and not test_export_scalebar and not test_load_readonly and not test_lazy_loading_hyperspy_close"
250
251
251
252
- name: Test hyperspy
252
253
if: always()
@@ -428,12 +429,13 @@ jobs:
428
429
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
429
430
pytest --pyargs hyperspy --reruns 3 -n 2
430
431
431
-
- name: Run test RosettaSciIO
432
-
if: always()
433
-
shell: cmd
434
-
run: |
435
-
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
436
-
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py and not TestOperate and not test_lazy_loading_hyperspy_close"
432
+
# Skip until 0.9.0 is released
433
+
# - name: Run test RosettaSciIO
434
+
# if: always()
435
+
# shell: cmd
436
+
# run: |
437
+
# call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
438
+
# pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py and not TestOperate and not test_lazy_loading_hyperspy_close"
0 commit comments