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
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
250
251
251
- name: Test hyperspy
252
252
if: always()
253
253
run: |
254
254
conda activate "${{ env.install_dir }}"
255
-
pytest --pyargs hyperspy --reruns 3 -n 2
255
+
# test_rank_lstsq_residual fails on windows with MKL
0 commit comments