Skip to content

Commit

Permalink
Update winpython version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jan 1, 2025
1 parent a6e4435 commit bc945b4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,11 @@ jobs:
needs: create_release_job
runs-on: windows-latest
env:
WP_URL: https://github.com/winpython/winpython/releases/download/7.1.20240203final/Winpython64-3.11.8.0.exe
WP_SHA256: 0fa1bad92e7287632ce6c32c263c694b109b714b5d12e56063b2cd4281a71f7c
WP_URL: https://github.com/winpython/winpython/releases/download/8.2.20240618final/Winpython64-3.12.4.1.exe
WP_SHA256: 08903f02514f59c891e3d56d3ff0d092a7d8571daf66237a5a2c2698068981ec
WP_EXE: winpython.exe
WP_DIR_NAME: WPy64-31180
#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
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
WP_DIR_NAME: WPy64-32410
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

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -457,7 +456,7 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py"
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py and not TestOperate"
- name: Run test hyperspy_gui_ipywidgets
if: always()
Expand Down Expand Up @@ -517,7 +516,7 @@ jobs:
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
# Skip these tests until there are fixed
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises"
pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises"
- name: Upload Release Asset
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit bc945b4

Please sign in to comment.