Skip to content

Commit

Permalink
Temporary use ericpre branch to test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed May 6, 2024
1 parent 7d36d5f commit bbce235
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit bbce235

Please sign in to comment.