Skip to content

Commit

Permalink
test against dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Sep 22, 2024
1 parent c6637f0 commit b1789a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b1789a7

Please sign in to comment.