Skip to content

Commit 5b22340

Browse files
committed
Merge branch 'develop' into 2.0dev
2 parents 7bf1ffb + 5c8d2b5 commit 5b22340

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test_si.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
shell: bash -l {0}
2626
steps:
2727
- uses: actions/checkout@v4
28-
- name: Setup Mambaforge
28+
- name: Setup Miniforge
2929
uses: conda-incubator/setup-miniconda@v3
3030
with:
31-
miniforge-variant: Mambaforge
3231
miniforge-version: latest
3332
activate-environment: alamode
34-
use-mamba: true
3533
python-version: ${{ matrix.python-version }}
3634

3735
- name: Get Date
@@ -50,7 +48,7 @@ jobs:
5048
id: cache
5149

5250
- name: Update environment
53-
run: mamba env update -n anaconda-client-env -f etc/alamode-environment.yml
51+
run: conda env update -n anaconda-client-env -f etc/alamode-environment.yml
5452
if: steps.cache.outputs.cache-hit != 'true'
5553
- run: |
5654
conda info
@@ -59,7 +57,7 @@ jobs:
5957
conda config --show
6058
printenv | sort
6159
- name: Install conda libraries
62-
run: mamba install numpy scipy h5py compilers spglib boost eigen cmake
60+
run: conda install numpy scipy h5py compilers spglib boost eigen cmake
6361

6462
- run: echo ${CC} ${CXX}
6563

0 commit comments

Comments
 (0)