Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Set up Python and uv for Scilpy
uses: astral-sh/[email protected]
with:
version: "0.9.7"
python-version: ${{ steps.python-selector.outputs.python-version }}
activate-environment: true
enable-cache: true
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
# TODO: to adapt once Scilpy passes to VTK 9.4.0, which selects OSMesa at runtime
# https://discourse.vtk.org/t/status-update-runtime-opengl-render-window-selection-in-vtk/14583
VTK_VERSION=$(cat pyproject.toml | grep 'vtk==' | sed 's/vtk==//g' | sed 's/\"//g' )
uv pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==$VTK_VERSION
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==$VTK_VERSION
uv pip install pytest-xdist pytest-cov
scil_data_download
scil_search_keywords test --regenerate_help_files --processes 8
Expand Down
Loading