Skip to content

Commit

Permalink
Replaced miniforge with miniconda in deploy_docs.yml and docs_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Feb 10, 2025
1 parent d35fb6d commit 46dd3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: "latest"
miniconda-version: "latest"
activate-environment: ogphl-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 @@ -23,7 +23,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: "latest"
miniconda-version: "latest"
activate-environment: ogphl-dev
environment-file: environment.yml
python-version: "3.12"
Expand Down

0 comments on commit 46dd3c1

Please sign in to comment.