We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed8aa3 commit 4c8724cCopy full SHA for 4c8724c
docker/Dockerfile
@@ -69,7 +69,7 @@ RUN \
69
70
# Over on GitHub Actions, we need to fail fast and not hit the six hour run limit, so make sure we got it right
71
72
-RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.10" ]
+RUN [ "/usr/bin/python3 --version 2>/dev/null | grep -q '^Python 3\.11'" ]
73
RUN [ "`/usr/bin/python3 -c 'import numpy; print(numpy.__version__)'`" = "1.24.4" ]
74
RUN [ "`/usr/bin/python3 -c 'import pandas; print(pandas.__version__)'`" = "1.5.3" ]
75
RUN [ "`/usr/bin/python3 -c 'import PIL; print(PIL.__version__)'`" = "9.5.0" ]
0 commit comments