We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3232b72 commit 8bc6bdfCopy full SHA for 8bc6bdf
.github/workflows/release.yml
@@ -253,7 +253,8 @@ jobs:
253
run: |
254
conda activate "${{ env.install_dir }}"
255
# test_rank_lstsq_residual fails on windows with MKL
256
- pytest --pyargs hyperspy --reruns 3 -n 2 -k "not test_arpack"
+ # map_values_std_isset fixed in https://github.com/hyperspy/hyperspy/pull/3554
257
+ pytest --pyargs hyperspy --reruns 3 -n 2 -k "not test_arpack and not map_values_std_isset"
258
259
- name: Test hyperspy_gui_ipywidgets
260
if: always()
0 commit comments