Skip to content

Commit

Permalink
[github actions] bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed May 6, 2024
1 parent 8b18d9f commit 2de4bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
python-version: '3.10'
- name: install ESA SNAP
run: |
wget https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe
wget -nv https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe
echo installing ESA SNAP to $GITHUB_ACTION_PATH/esa-snap
bash -q -dir $GITHUB_ACTION_PATH/esa-snap
bash esa-snap_sentinel_windows-10.0.0.exe -q -dir $GITHUB_ACTION_PATH/esa-snap
- name: Set paths and variables
run: |
echo "$CONDA/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 2de4bee

Please sign in to comment.