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