File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -358,9 +358,9 @@ jobs:
358358 python3 -c 'import nanovdb_editor; print("SUCCESS: Module imported on ARM64")'
359359 pytest pytests -vvv --tb=short --timeout=300 --timeout-method=thread || echo 'Tests completed'
360360
361- fvdb-viz-pr :
361+ fvdb-viz :
362362 if : ${{ github.event_name == 'pull_request' }}
363- name : FVDB Viewer Integration (PR)
363+ name : FVDB Viewer Integration
364364 needs :
365365 - nanovdb-editor-build-python-linux
366366 uses : ./.github/workflows/fvdb-viz-integration.yml
Original file line number Diff line number Diff line change @@ -107,5 +107,5 @@ jobs:
107107 -v "${GITHUB_WORKSPACE}":/workspace \
108108 -w /workspace \
109109 "fvdb-viz-${{ steps.config.outputs.package_stream }}" \
110- bash -lc "set -euo pipefail; pip install --upgrade pip pytest >/tmp/pip.log && pytest pytests/test_fvdb_viz_integration.py -k ${PYTEST_EXPR} -vv"
110+ bash -lc "set -euo pipefail; pip install --break-system-packages -- upgrade pip pytest >/tmp/pip.log && pytest pytests/test_fvdb_viz_integration.py -k ${PYTEST_EXPR} -vv"
111111
You can’t perform that action at this time.
0 commit comments