Skip to content

Commit

Permalink
[cicd] print env. variables
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 3ef4dec commit 4211f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +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
- 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 PROJ_DATA=%CONDA%\share\proj >> %GITHUB_ENV%
Expand Down

0 comments on commit 4211f7a

Please sign in to comment.