File tree 1 file changed +2
-1
lines changed
integrations/docker/images/chip-cert-bins
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,8 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-rvc-app chip-rvc
295
295
# Stage 3.1: Setup the Matter Python environment
296
296
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_lib python_lib
297
297
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_env python_env
298
- COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing python_testing
298
+ COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing python_testing/scripts/sdk
299
+ COPY --from=chip-build-cert-bins /root/connectedhomeip/data_model python_testing/data_model
299
300
300
301
COPY --from=chip-build-cert-bins /root/connectedhomeip/scripts/tests/requirements.txt /tmp/requirements.txt
301
302
RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt
You can’t perform that action at this time.
0 commit comments