Skip to content

Commit

Permalink
Fix hyperspy installation for python3.13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne authored Feb 4, 2025
1 parent a428127 commit 7cc4423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
# speed up installing scikit-image using pre-release with python 3.13 wheels
pip install scikit-image --pre
pip install git+https://github.com/ericpre/hyperspy.git@python313
pip install git+https://github.com/hyperspy/hyperspy.git
pip install git+https://github.com/hyperspy/exspy.git
- name: Install python-mrcz dev
Expand Down

0 comments on commit 7cc4423

Please sign in to comment.