[CI] Fix test environment. (#10609)
* [CI] Fix test environment. * Remove shell. * Remove. * Update Dockerfile.i386
This commit is contained in:
parent
292bb677e5
commit
7ab93f3ce3
2
.github/workflows/i386.yml
vendored
2
.github/workflows/i386.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
driver-opts: network=host
|
driver-opts: network=host
|
||||||
- name: Build and push container
|
- name: Build and push container
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
FROM i386/debian:sid
|
FROM i386/debian:sid
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
SHELL ["/bin/bash", "-c"] # Use Bash as shell
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|||||||
@ -38,4 +38,3 @@ dependencies:
|
|||||||
- cloudpickle
|
- cloudpickle
|
||||||
- pip:
|
- pip:
|
||||||
- sphinx_rtd_theme
|
- sphinx_rtd_theme
|
||||||
- py-ubjson
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user