Skip to content

Commit d8a92cc

Browse files
committed
fix
Signed-off-by: Petra Hapalova <[email protected]>
1 parent 91f6331 commit d8a92cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/fvdb-viz-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)