We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a686a7 commit 3d30500Copy full SHA for 3d30500
integrations/docker/images/chip-cert-bins/Dockerfile
@@ -305,5 +305,5 @@ RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requ
305
RUN set -x && DEBIAN_FRONTEND=noninteractive apt-get update; apt-get install -fy openjdk-8-jdk
306
307
RUN pip install --break-system-packages --no-cache-dir \
308
- python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
+ python_lib/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/chip_testing-*.whl \
309
python_lib/controller/python/chip*.whl
0 commit comments