Skip to content

Commit

Permalink
try adjusting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 12, 2024
1 parent 7db4675 commit 702d390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- conda-forge
- name: Install
run: |
pip install --no-deps \
python -m pip install --no-deps \
"snaphu>=0.4.0" \
"opera-utils>=0.4.1" \
git+https://github.com/isce-framework/tophu@main \
pip install git+https://github.com/isce-framework/spurt@main \
git+https://github.com/isce-framework/whirlwind@40defb38d2d6deca2819934788ebbc57e418e32d
pip install --no-deps .
python -m pip install git+https://github.com/isce-framework/spurt@main
python -m pip install --no-deps .
- name: Install test dependencies
run: |
micromamba install -f tests/requirements.txt -c conda-forge
Expand Down

0 comments on commit 702d390

Please sign in to comment.