Skip to content

Commit

Permalink
Merge pull request #193 from keiyamamo/avoid_mambaforge
Browse files Browse the repository at this point in the history
use miniforge instead of mambaforge in CI
  • Loading branch information
keiyamamo authored Oct 3, 2024
2 parents 7915b55 + eb7c9a3 commit 95585e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:
python3 -m pip install pip setuptools --upgrade
# See: https://github.com/marketplace/actions/setup-miniconda
- name: Setup Mambaforge
- name: Setup Conda environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge
activate-environment: vasp
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/check_and_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ jobs:
python3 -m pip install --break-system-packages pip setuptools --upgrade
# See: https://github.com/marketplace/actions/setup-miniconda
- name: Setup Mambaforge
- name: Setup Conda environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge
activate-environment: vasp
Expand Down

0 comments on commit 95585e3

Please sign in to comment.