We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8512e9c commit a5ca1bfCopy full SHA for a5ca1bf
python-versions/Dockerfile
@@ -158,7 +158,7 @@ RUN trivy fs --format cyclonedx --output /tmp/python-${PYTHON_VERSION}-${TARGETA
158
WORKDIR /python-versions/tests
159
RUN pwsh -Command "Install-Module -Name Pester -Force -Scope CurrentUser -SkipPublisherCheck"
160
RUN cp $RUNNER_TEMP/work/build_output.txt $RUNNER_TEMP/ || touch $RUNNER_TEMP/build_output.txt
161
-RUN RUNNER_TOOL_CACHE=/opt pwsh python-tests.ps1 ${PYTHON_VERSION} linux ${TARGETARCH}
+RUN AGENT_TOOLSDIRECTORY=/opt RUNNER_TOOL_CACHE=/opt pwsh python-tests.ps1 ${PYTHON_VERSION} linux ${TARGETARCH}
162
163
# Sanitize Artifacts
164
RUN find ${PYTHON_INSTALL_DIR} -name "*.pyc" -delete && \
0 commit comments