Skip to content

Commit e976951

Browse files
committed
ci: update archlinux container
1 parent 978d03f commit e976951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci/builders/archlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ADD builder.sh /usr/local/bin
2828
RUN chmod +x /usr/local/bin/builder.sh
2929

3030
RUN python -m venv /usr/local/builder_tools
31-
RUN /usr/local/builder_tools/bin/pip install "pandas<3" "psutil < 6"
31+
RUN /usr/local/builder_tools/bin/pip install "pandas <3" "psutil < 6"
3232
ADD changed_tests.py /usr/local/bin
3333
RUN chmod +x /usr/local/bin/changed_tests.py
3434
ADD ram_reporter.py /usr/local/bin

0 commit comments

Comments
 (0)