File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ RUN /opt/esp/python_env/idf5.4_py3.12_env/bin/pip install --no-cache-dir \
9191WORKDIR /workspace
9292
9393# Verify installation
94- # Use venv python -m to verify packages (packages are installed in venv)
9594ARG ESP_IDF_VERSION
96- RUN python3 --version && \
97- /opt/esp/python_env/idf5.4_py3.12_env/bin/python3 -m pytest --version && \
95+ RUN bash -c '. ${IDF_PATH}/export.sh && \
96+ python3 --version && \
97+ pytest --version && \
9898 jq --version && \
9999 qemu-system-xtensa --version && \
100100 qemu-system-riscv32 --version && \
101- /opt/esp/python_env/idf5.4_py3.12_env/bin/python3 -m gcovr --version && \
101+ gcovr --version && \
102102 ccache --version && \
103- echo "ESP-IDF ${ESP_IDF_VERSION} installation verified successfully"
103+ echo "ESP-IDF ${ESP_IDF_VERSION} installation verified successfully"'
104104
105105CMD ["/bin/bash" ]
106106
You can’t perform that action at this time.
0 commit comments