Skip to content

Commit 39fecd6

Browse files
dockerfile
1 parent 852864b commit 39fecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN pip install wheel setuptools pyyaml typing_extensions expecttest
2323

2424
#RUN source /opt/rh/gcc-toolset-13/enable
2525

26-
RUN source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
26+
RUN bash -c source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
2727
expecttest>=0.2.1 \
2828
hypothesis \
2929
numpy \

0 commit comments

Comments
 (0)