Skip to content

Commit 8bc6bdf

Browse files
committed
Skip hyperspy which is fixed in development branch
1 parent 3232b72 commit 8bc6bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ jobs:
253253
run: |
254254
conda activate "${{ env.install_dir }}"
255255
# test_rank_lstsq_residual fails on windows with MKL
256-
pytest --pyargs hyperspy --reruns 3 -n 2 -k "not test_arpack"
256+
# 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"
257258
258259
- name: Test hyperspy_gui_ipywidgets
259260
if: always()

0 commit comments

Comments
 (0)