Skip to content

Commit

Permalink
[CI] Fix test environment. (#10609)
Browse files Browse the repository at this point in the history
* [CI] Fix test environment.

* Remove shell.

* Remove.

* Update Dockerfile.i386
  • Loading branch information
trivialfis authored Jul 18, 2024
1 parent 292bb67 commit 7ab93f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: 'true'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3.4.0
with:
driver-opts: network=host
- name: Build and push container
Expand Down
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.i386
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
1 change: 0 additions & 1 deletion tests/ci_build/conda_env/macos_cpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ dependencies:
- cloudpickle
- pip:
- sphinx_rtd_theme
- py-ubjson

0 comments on commit 7ab93f3

Please sign in to comment.