Skip to content

Commit

Permalink
[cicd] changed windows snap installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 63eb432 commit ce8351a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: cmd
shell: cmd /C CALL {0}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -66,14 +66,12 @@ jobs:
auto-activate-base: false
- name: Install ESA SNAP
run: |
echo GITHUB_ACTION_PATH: %GITHUB_ACTION_PATH%
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
start /wait esa-snap_sentinel_windows-10.0.0.exe -q -dir C:\esa-snap
- name: Set paths and variables
run: |
echo GITHUB_ACTION_PATH: %GITHUB_ACTION_PATH%
echo %CONDA%\Scripts >> %GITHUB_PATH%
echo %GITHUB_ACTION_PATH%\esa-snap\bin >> %GITHUB_PATH%
echo C:\esa-snap\bin >> %GITHUB_PATH%
echo PROJ_DATA=%CONDA%\share\proj >> %GITHUB_ENV%
- name: Install pyroSAR
run: |
Expand Down

0 comments on commit ce8351a

Please sign in to comment.