Skip to content

Commit

Permalink
[cicd] switch back to using curl for windows download
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 786f6a7 commit 5471297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: '3.10'
- name: Install ESA SNAP
run: |
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'"
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 -q -dir $GITHUB_ACTION_PATH\esa-snap
- name: Set paths and variables
run: |
Expand Down

0 comments on commit 5471297

Please sign in to comment.