Skip to content

Commit

Permalink
[cicd] adjust windows echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 44c9c83 commit c8239a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
start /wait esa-snap_sentinel_windows-10.0.0.exe -q -dir C:\esa-snap
- name: Set paths and variables
run: |
echo %CONDA%\Scripts >> %GITHUB_PATH%
echo C:\esa-snap\bin >> %GITHUB_PATH%
echo PROJ_DATA=%CONDA%\share\proj >> %GITHUB_ENV%
echo %CONDA%\Scripts>> %GITHUB_PATH%
echo C:\esa-snap\bin>> %GITHUB_PATH%
echo PROJ_DATA=%CONDA%\share\proj>> %GITHUB_ENV%
- name: Install pyroSAR
run: |
pip install .
Expand Down

0 comments on commit c8239a0

Please sign in to comment.