[CI] Fix test environment. (#10609)
* [CI] Fix test environment. * Remove shell. * Remove. * Update Dockerfile.i386
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -38,4 +38,3 @@ dependencies:
|
||||
- cloudpickle
|
||||
- pip:
|
||||
- sphinx_rtd_theme
|
||||
- py-ubjson
|
||||
|
||||
Reference in New Issue
Block a user