Skip to content

Commit

Permalink
Merge pull request #68 from ericpre/switch_back_to_hyperspy_minor_branch
Browse files Browse the repository at this point in the history
Switch back to hyperspy next minor branch in the testing matrix
  • Loading branch information
ericpre committed Jul 27, 2024
2 parents a662ede + b0b6197 commit d27b0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
python --version
pip --version
- name: Install HyperSpy (RELEASE_next_major)
- name: Install HyperSpy (RELEASE_next_minor)
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_minor
- name: Install HyperSpy (RELEASE_next_patch)
if: contains( matrix.LABEL, 'RnP')
Expand Down

0 comments on commit d27b0ce

Please sign in to comment.