Skip to content

Commit

Permalink
Delete specification of Mambaforge variant (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira authored Jan 2, 2025
1 parent be50cc3 commit 1321891
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_tests_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
miniforge-variant: Mambaforge
activate-environment: mvesuvio-env
environment-file: environment.yml
auto-activate-base: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_conda_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: Setup Miniconda
if: ${{ env.recentCommits == 'true'}}
uses: conda-incubator/setup-miniconda@v2.2.0
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
miniforge-variant: Mambaforge
activate-environment: vesuvio-env
environment-file: environment.yml
auto-activate-base: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
miniforge-variant: Mambaforge
activate-environment: vesuvio-env
environment-file: environment.yml
auto-activate-base: false
Expand Down

0 comments on commit 1321891

Please sign in to comment.