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
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ jobs:
246
246
if: always()
247
247
run: |
248
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"
249
+
pytest --pyargs rsciio --reruns 3 -n 1
250
250
251
251
- name: Test hyperspy
252
252
if: always()
@@ -265,8 +265,7 @@ jobs:
265
265
if: runner.os != 'linux' && always()
266
266
run: |
267
267
conda activate "${{ env.install_dir }}"
268
-
# test_image_contrast_tool not supported with agg backend
0 commit comments