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 f9e99eb commit fdb58cfCopy full SHA for fdb58cf
.github/workflows/Dockerfile.ppc64le
@@ -12,6 +12,7 @@ RUN dnf install -y \
12
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
13
ln -sf /usr/bin/pip3 /usr/bin/pip
14
15
+COPY requirements.txt .
16
# Install Python packages via pip
17
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
18
0 commit comments