Skip to content

Commit

Permalink
Merge pull request #993 from rickecon/minif
Browse files Browse the repository at this point in the history
Updated miniconda version in GH Actions
  • Loading branch information
jdebacker authored Oct 2, 2024
2 parents 732ae63 + b83ddec commit 4b32ef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Miniconda using Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniconda-version: "latest"
auto-update-conda: true
activate-environment: ogcore-dev
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniconda-version: "latest"
activate-environment: ogcore-dev
environment-file: environment.yml
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniconda-version: "latest"
activate-environment: ogcore-dev
environment-file: environment.yml
python-version: "3.12"
Expand Down

0 comments on commit 4b32ef3

Please sign in to comment.