Skip to content

Commit acbcc28

Browse files
committed
update env
1 parent b84d7ed commit acbcc28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
auto-update-conda: true
2525
python-version: 3.8
26-
miniforge-variant: Miniforge
26+
miniforge-variant: Miniforge3
2727
miniforge-version: latest
2828

2929
- name: Conda info
@@ -32,12 +32,12 @@ jobs:
3232
conda info
3333
which python
3434
35-
- name: Mamba install FEniCS
35+
- name: Conda install FEniCS
3636
shell: bash -l {0}
3737
run: |
3838
conda config --set always_yes yes
3939
conda config --add channels conda-forge
40-
mamba create -n fenicsproject -c conda-forge fenics
40+
conda create -n fenicsproject -c conda-forge fenics
4141
conda activate fenicsproject
4242
which python
4343
python -c "from dolfin import *"

0 commit comments

Comments
 (0)