Skip to content

Commit

Permalink
Install exspy and hyperspy using pip install git+https
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 25, 2023
1 parent defaaa2 commit dc8492f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Install HyperSpy (dev)
run: |
pip install https://github.com/hyperspy/hyperspy/archive/RELEASE_next_major.zip
pip install https://github.com/hyperspy/exspy/archive/main.zip
pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_major
pip install git+https://github.com/hyperspy/exspy.git
- name: Install distribution
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
if: ${{ ! contains(matrix.LABEL, 'without-hyperspy') }}
# Need to install hyperspy dev until hyperspy 2.0 is released
run: |
pip install https://github.com/hyperspy/hyperspy/archive/RELEASE_next_major.zip
pip install git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_major
- name: Install (exspy)
if: ${{ ! contains(matrix.LABEL, '-minimum') && ! contains(matrix.LABEL, 'without-hyperspy') }}
run: |
pip install https://github.com/hyperspy/exspy/archive/main.zip
pip install git+https://github.com/hyperspy/exspy.git
- name: Install
shell: bash
Expand Down

0 comments on commit dc8492f

Please sign in to comment.