File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
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
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
You can’t perform that action at this time.
0 commit comments