From bbce235f054dc638d4fed72ab05111bd5a937e4d Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Mon, 6 May 2024 17:43:57 +0100 Subject: [PATCH] Temporary use ericpre branch to test code --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 657d86d..fc97a4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,12 +75,14 @@ jobs: - name: Install HyperSpy (RELEASE_next_major) if: contains( matrix.LABEL, 'RnM') run: | - pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_major + # pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_major + pip install git+https://github.com/ericpre/hyperspy.git@fix_image_contrast_tool_traitsui - name: Install HyperSpy (RELEASE_next_patch) if: contains( matrix.LABEL, 'RnP') run: | - pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_patch + # pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_patch + pip install git+https://github.com/ericpre/hyperspy.git@fix_image_contrast_tool_traitsui - name: Install exSpy if: ${{ ! contains( matrix.LABEL, 'minimum') }}