Skip to content

Commit

Permalink
[cicd] windows ESA installation modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 12fd190 commit 786f6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
python-version: '3.10'
- name: Install ESA SNAP
run: |
curl -O https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe
start /wait esa-snap_sentinel_windows-10.0.0.exe /S /D=$GITHUB_ACTION_PATH\esa-snap
powershell -Command "Invoke-WebRequest -Uri 'https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe' -OutFile 'esa-snap_sentinel_windows-10.0.0.exe'"
start /wait esa-snap_sentinel_windows-10.0.0.exe -q -dir $GITHUB_ACTION_PATH\esa-snap
- name: Set paths and variables
run: |
echo "$CONDA\Scripts" >> $GITHUB_PATH
Expand Down

0 comments on commit 786f6a7

Please sign in to comment.