Skip to content

Commit 242da1e

Browse files
committed
ci: try to fix testing
1 parent 166e50c commit 242da1e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/test_and_release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
run: |
6565
pip install .
6666
pip install -r tests/requirements.txt
67-
pip uninstall vtk -y
68-
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
69-
pip install coverage
7067
7168
- name: Run Tests
7269
run: |

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dev = [
2828
"pre-commit",
2929
"ruff",
3030
"pytest",
31+
"pytest-asyncio",
32+
"coverage",
3133
]
3234

3335
[build-system]

tests/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
trame
22
trame-client[test]
3-
pyvista
3+
trame-vuetify
4+
vtk>=9.4
5+
pyvista==0.44.1
46
pytest-asyncio
5-
trame-vuetify
7+
coverage

0 commit comments

Comments
 (0)