We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84d7ed commit acbcc28Copy full SHA for acbcc28
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
auto-update-conda: true
25
python-version: 3.8
26
- miniforge-variant: Miniforge
+ miniforge-variant: Miniforge3
27
miniforge-version: latest
28
29
- name: Conda info
@@ -32,12 +32,12 @@ jobs:
32
conda info
33
which python
34
35
- - name: Mamba install FEniCS
+ - name: Conda install FEniCS
36
shell: bash -l {0}
37
run: |
38
conda config --set always_yes yes
39
conda config --add channels conda-forge
40
- mamba create -n fenicsproject -c conda-forge fenics
+ conda create -n fenicsproject -c conda-forge fenics
41
conda activate fenicsproject
42
43
python -c "from dolfin import *"
0 commit comments