Skip to content

Commit

Permalink
[github actions] use miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed May 6, 2024
1 parent 5cdd492 commit c9c5b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: '3.10'
- name: install ESA SNAP
run: |
Expand Down

0 comments on commit c9c5b18

Please sign in to comment.