Skip to content

Commit 852864b

Browse files
dockerfile
1 parent cee47db commit 852864b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ RUN pip install wheel setuptools pyyaml typing_extensions expecttest
2121

2222
#RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
2323

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

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

0 commit comments

Comments
 (0)