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 cee47db commit 852864bCopy full SHA for 852864b
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -21,9 +21,9 @@ RUN pip install wheel setuptools pyyaml typing_extensions expecttest
21
22
#RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
23
24
-RUN source /opt/rh/gcc-toolset-13/enable
+#RUN source /opt/rh/gcc-toolset-13/enable
25
26
-RUN pip install astunparse \
+RUN source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
27
expecttest>=0.2.1 \
28
hypothesis \
29
numpy \
0 commit comments