We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd07c4f commit ebf0be4Copy full SHA for ebf0be4
integrations/docker/images/chip-cert-bins/Dockerfile
@@ -328,5 +328,5 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
328
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
329
330
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 \
+ python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
332
python_lib/controller/python/chip*.whl
0 commit comments