Skip to content

Commit

Permalink
[cicd] windows build conda modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 2b68476 commit 193d123
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
shell: cmd /C CALL {0}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: ps_test_dev
auto-update-conda: true
python-version: '3.10'
environment-file: environment-dev.yml
auto-activate-base: false
- name: Install ESA SNAP
run: |
curl -O https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe
Expand All @@ -71,10 +73,6 @@ jobs:
echo %CONDA%\Scripts >> %GITHUB_PATH%
echo %GITHUB_ACTION_PATH%\esa-snap\bin >> %GITHUB_PATH%
echo PROJ_DATA=%CONDA%\share\proj >> %GITHUB_ENV%
- name: Install python packages
run: |
conda install -y python=3.10 pytest
conda env update --file environment.yml --name base
- name: Install pyroSAR
run: |
pip install .
Expand Down

0 comments on commit 193d123

Please sign in to comment.