From 786f6a709cccb7bc85f61067583ce2ec0a23ecc8 Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Wed, 18 Dec 2024 11:02:38 +0100 Subject: [PATCH] [cicd] windows ESA installation modifications --- .github/workflows/conda-install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda-install.yml b/.github/workflows/conda-install.yml index c6f3a29a..7b9bd207 100644 --- a/.github/workflows/conda-install.yml +++ b/.github/workflows/conda-install.yml @@ -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