Skip to content

Commit ebf0be4

Browse files
authored
Fixing Dockerfile wheels path (project-chip#37096)
1 parent cd07c4f commit ebf0be4

File tree

1 file changed

+1
-1
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+1
-1
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,5 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
328328
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
329329

330330
RUN pip install --break-system-packages --no-cache-dir \
331-
python_lib/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
331+
python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
332332
python_lib/controller/python/chip*.whl

0 commit comments

Comments
 (0)