Skip to content

Commit

Permalink
Merge pull request #366 from hyperspy/test-python313
Browse files Browse the repository at this point in the history
Fix hyperspy installation for python3.13 tests
  • Loading branch information
ericpre authored Feb 4, 2025
2 parents a428127 + 7cc4423 commit d183433
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 d183433

Please sign in to comment.