Skip to content

Commit 3490102

Browse files
committed
fix: revert to old dependencies for test runner
1 parent 0245909 commit 3490102

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tester.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
networkx \
4848
osqp \
4949
matplotlib \
50-
geoh5py \
5150
-e .[tests]
5251
5352
- name: pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +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']
49+
tests = ['pytest']
5050
docs = [
5151
"pyvista[all]",
5252
"pydata-sphinx-theme",

0 commit comments

Comments
 (0)