We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d7879 commit fc7b5cdCopy full SHA for fc7b5cd
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Test with pytest
30
- name: Test with pytest
31
- run: docker run --rm -t clangbind:latest -c "export PYTHONPATH=.; pytest --junitxml=${GITHUB_WORKSPACE}/result_${{ matrix.python-version }}.xml"
+ run: docker run --rm -t pointcloudlibrary/clang-bind:latest -c "export PYTHONPATH=.; pytest --junitxml=${GITHUB_WORKSPACE}/result_${{ matrix.python-version }}.xml"
32
33
# Artifacts
34
- name: Upload pytest test results
0 commit comments