From 7cc442330554874d8b5248b6c784c929060ecccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20L=C3=A4hnemann?= Date: Tue, 4 Feb 2025 09:13:18 +0100 Subject: [PATCH] Fix hyperspy installation for python3.13 tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f5828ca..54578735 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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