Skip to content

Commit 86e3d20

Browse files
install via conda
1 parent 89b1c29 commit 86e3d20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create Conda environment
2727
shell: bash -l {0}
2828
run: |
29-
conda install -c conda-forge python pip fenics-dolfinx=${{ matrix.dolfinx }} scifem adios4dolfinx
29+
conda install -c conda-forge python pip fenics-dolfinx=${{ matrix.dolfinx }} scifem adios4dolfinx pyvista
3030
3131
- name: Install local package and dependencies
3232
shell: bash -l {0}

.github/workflows/ci_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Install local package and dependencies
2222
run: |
23-
python -m pip install scipy # needed in scifem, can be removed when scifem adds it to their dependencies
23+
python -m pip install scipy pyvista # scipy needed in scifem, can be removed when scifem adds it to their dependencies
2424
python -m pip install .[test]
2525
2626
- name: Overload adios4dolfinx

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131

3232
[project.optional-dependencies]
33-
test = ["pytest >= 5.4.3", "pytest-cov", "sympy", "ipyparallel", "pyvista"]
33+
test = ["pytest >= 5.4.3", "pytest-cov", "sympy", "ipyparallel"]
3434
lint = ["ruff", "mypy"]
3535
docs = ["sphinx", "sphinx-book-theme", "sphinx-design", "matplotlib"]
3636

0 commit comments

Comments
 (0)