Skip to content

Commit fc7b5cd

Browse files
committed
fixup! [pytest.yml] use docker
1 parent 54d7879 commit fc7b5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Test with pytest
3030
- name: Test with pytest
31-
run: docker run --rm -t clangbind:latest -c "export PYTHONPATH=.; pytest --junitxml=${GITHUB_WORKSPACE}/result_${{ matrix.python-version }}.xml"
31+
run: docker run --rm -t pointcloudlibrary/clang-bind:latest -c "export PYTHONPATH=.; pytest --junitxml=${GITHUB_WORKSPACE}/result_${{ matrix.python-version }}.xml"
3232

3333
# Artifacts
3434
- name: Upload pytest test results

0 commit comments

Comments
 (0)