From 744cf14c58243d9434fc4d3d1a239a8ac6f90c2e Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sun, 22 Sep 2024 13:08:42 +0100 Subject: [PATCH] test against dev branch --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e08da4a..51c85fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,8 @@ jobs: - name: Install HyperSpy (RELEASE_next_minor) if: contains( matrix.LABEL, 'RnM') run: | - pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_minor + # pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_minor + pip install "hyperspy[all] @ git+https://github.com/ericpre/hyperspy.git@remove_baselines" - name: Install HyperSpy (RELEASE_next_patch) if: contains( matrix.LABEL, 'RnP')