Skip to content

Commit 58b4e07

Browse files
committed
fix: add test dependencies to test runner + add test dependencies option to pyproject.toml
1 parent 9d29d31 commit 58b4e07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Building and install
3838
shell: bash -l {0}
3939
run: |
40-
pip install . --user
40+
pip install .[tests] --user
4141
- name: pytest
4242
shell: bash -l {0}
4343
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ visualisation = ["matplotlib", "pyvista", "loopstructuralvisualisation>=0.1.14"]
4646
export = ["geoh5py", "pyevtk", "dill"]
4747
jupyter = ["pyvista[all]"]
4848
inequalities = ["loopsolver"]
49+
tests = ['pytest','all']
4950
docs = [
5051
"pyvista[all]",
5152
"pydata-sphinx-theme",

0 commit comments

Comments
 (0)