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 978d03f commit e976951Copy full SHA for e976951
.gitlab/ci/builders/archlinux/Dockerfile
@@ -28,7 +28,7 @@ ADD builder.sh /usr/local/bin
28
RUN chmod +x /usr/local/bin/builder.sh
29
30
RUN python -m venv /usr/local/builder_tools
31
-RUN /usr/local/builder_tools/bin/pip install "pandas<3" "psutil < 6"
+RUN /usr/local/builder_tools/bin/pip install "pandas <3" "psutil < 6"
32
ADD changed_tests.py /usr/local/bin
33
RUN chmod +x /usr/local/bin/changed_tests.py
34
ADD ram_reporter.py /usr/local/bin
0 commit comments