Skip to content

Commit 7fb3d1a

Browse files
committed
fixup! [pytest.yml] use docker
1 parent 1f38e72 commit 7fb3d1a

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
@@ -24,7 +24,7 @@ jobs:
2424
run: python -c "import sys; print(sys.version)"
2525

2626
- name: Build docker
27-
run: docker build --pull --rm -f "Dockerfile" -t clangbind:latest "."
27+
run: docker build --pull --rm -f "Dockerfile" -t pointcloudlibrary/clang-bind:latest "."
2828

2929
# Test with pytest
3030
- name: Test with pytest

0 commit comments

Comments
 (0)