Skip to content

Commit 121889a

Browse files
added scifem as conda dep
1 parent 819379a commit 121889a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create Conda environment
2121
shell: bash -l {0}
2222
run: |
23-
conda install -c conda-forge fenics-dolfinx=0.9.0
23+
conda install -c conda-forge fenics-dolfinx=0.9.0 scifem
2424
2525
- name: Install local package and dependencies
2626
shell: bash -l {0}

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ then run the following commands::
3838

3939
conda create -n festim-env
4040
conda activate festim-env
41-
conda install -c conda-forge fenics-dolfinx tqdm
41+
conda install -c conda-forge fenics-dolfinx tqdm scifem
4242

4343

4444
Installing FESTIM

0 commit comments

Comments
 (0)