@@ -348,12 +348,11 @@ jobs:
348348 needs : create_release_job
349349 runs-on : windows-latest
350350 env :
351- WP_URL : https://github.com/winpython/winpython/releases/download/7.1.20240203final /Winpython64-3.11.8.0 .exe
352- WP_SHA256 : 0fa1bad92e7287632ce6c32c263c694b109b714b5d12e56063b2cd4281a71f7c
351+ WP_URL : https://github.com/winpython/winpython/releases/download/8.2.20240618final /Winpython64-3.12.4.1 .exe
352+ WP_SHA256 : 08903f02514f59c891e3d56d3ff0d092a7d8571daf66237a5a2c2698068981ec
353353 WP_EXE : winpython.exe
354- WP_DIR_NAME : WPy64-31180
355- # LIB_TO_INSTALL: abtem ase atomap exspy graphviz holospy hdf5plugin hyperspy[all] hyperspyui kikuchipy lumispy matplotlib-scalebar nglview particlespy py4dstem pymatgen pystackreg python-rapidjson pyxem scanning_drift_corr start_jupyter_cm
356- LIB_TO_INSTALL : abtem ase atomap dask-image exspy graphviz holospy hdf5plugin hyperspy[all] hyperspyui lumispy matplotlib-scalebar nglview particlespy py4dstem pymatgen pystackreg python-rapidjson pyxem scanning_drift_corr start_jupyter_cm
354+ WP_DIR_NAME : WPy64-32410
355+ LIB_TO_INSTALL : abtem ase atomap dask-image exspy graphviz holospy hdf5plugin hyperspy[all] hyperspyui kikuchipy lumispy matplotlib-scalebar nglview particlespy py4dstem pymatgen pystackreg python-rapidjson pyxem scanning_drift_corr start_jupyter_cm
357356
358357 steps :
359358 - uses : actions/checkout@v4
@@ -457,7 +456,7 @@ jobs:
457456 shell : cmd
458457 run : |
459458 call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
460- pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py"
459+ pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py and not TestOperate "
461460
462461 - name : Run test hyperspy_gui_ipywidgets
463462 if : always()
@@ -517,7 +516,7 @@ jobs:
517516 run : |
518517 call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
519518 # Skip these tests until there are fixed
520- pytest --pyargs kikuchipy -k "not test_not_allow_download_raises"
519+ pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises"
521520
522521 - name : Upload Release Asset
523522 if : startsWith(github.ref, 'refs/tags/')
0 commit comments