We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819379a commit 121889aCopy full SHA for 121889a
.github/workflows/ci_conda.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Create Conda environment
21
shell: bash -l {0}
22
run: |
23
- conda install -c conda-forge fenics-dolfinx=0.9.0
+ conda install -c conda-forge fenics-dolfinx=0.9.0 scifem
24
25
- name: Install local package and dependencies
26
docs/source/installation.rst
@@ -38,7 +38,7 @@ then run the following commands::
38
39
conda create -n festim-env
40
conda activate festim-env
41
- conda install -c conda-forge fenics-dolfinx tqdm
+ conda install -c conda-forge fenics-dolfinx tqdm scifem
42
43
44
Installing FESTIM
0 commit comments