Skip to content

Commit

Permalink
[cicd] windows build on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 87f60ae commit 3dd6c03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
activate-environment: ps_test_dev
auto-update-conda: true
python-version: '3.10'
python-version: '3.13'
environment-file: environment-dev.yml
auto-activate-base: false
- uses: nyurik/action-setup-postgis@v2
Expand All @@ -81,8 +81,6 @@ jobs:
pip install .
- name: Test with pytest
run: |
echo %PATH%
dir C:\esa-snap\bin
pytest
env:
PGUSER: postgres
Expand Down

0 comments on commit 3dd6c03

Please sign in to comment.