Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 0 additions & 1 deletion tests/ci_build/Dockerfile.i386
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM i386/debian:sid

ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-c"] # Use Bash as shell
Comment thread
chyunsu3 marked this conversation as resolved.

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