Skip to content

Commit

Permalink
ci: try to fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 10, 2025
1 parent 166e50c commit 242da1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
run: |
pip install .
pip install -r tests/requirements.txt
pip uninstall vtk -y
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
pip install coverage
- name: Run Tests
run: |
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dev = [
"pre-commit",
"ruff",
"pytest",
"pytest-asyncio",
"coverage",
]

[build-system]
Expand Down
6 changes: 4 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
trame
trame-client[test]
pyvista
trame-vuetify
vtk>=9.4
pyvista==0.44.1
pytest-asyncio
trame-vuetify
coverage

0 comments on commit 242da1e

Please sign in to comment.