[CI] Fix test environment. (#10609)

* [CI] Fix test environment.

* Remove shell.

* Remove.

* Update Dockerfile.i386
This commit is contained in:
Jiaming Yuan
2024-07-19 01:04:17 +08:00
committed by GitHub
parent 292bb677e5
commit 7ab93f3ce3
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM i386/debian:sid
ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-c"] # Use Bash as shell
SHELL ["/bin/bash", "-c"]
RUN \
apt-get update && \

View File

@@ -38,4 +38,3 @@ dependencies:
- cloudpickle
- pip:
- sphinx_rtd_theme
- py-ubjson