Skip to content

Commit

Permalink
Update Miniconda setup action to v3 in workflow
Browse files Browse the repository at this point in the history
Upgraded the `setup-miniconda` GitHub Action from version 2 to version 3. This ensures compatibility with the latest features and improvements. Also, standardized the `python-version` field to a string type.
  • Loading branch information
iosefa committed Sep 20, 2024
1 parent 05a19f5 commit 7a72cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v3

- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.10
python-version: "3.10"
channels: conda-forge

- name: Create Conda environment with Python 3.10 and PDAL
Expand Down

0 comments on commit 7a72cbf

Please sign in to comment.