Skip to content

Commit

Permalink
Fix weekly build (#828)
Browse files Browse the repository at this point in the history
Remove pyarrow for requirements on weekly build for musllinux and old
versions of manylinux since it fails to build on these versions.
  • Loading branch information
jesper-friis authored May 1, 2024
1 parent be3a7f3 commit a5fb422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/docker/Dockerfile-manylinux.template
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN cd /opt/_internal && \
-e '/^h5py/d' \
-e '/oteapi/d' \
-e '/^otelib/d' \
-e '/^pyarrow/d' \
-i /tmp/requirements_full.txt

# Install required Python packages
Expand Down
1 change: 1 addition & 0 deletions .github/docker/Dockerfile-musllinux.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN apk add -u \
-e '/^h5py/d' \
-e '/oteapi/d' \
-e '/^otelib/d' \
-e '/^pyarrow/d' \
-i /tmp/requirements_full.txt && \
# Install required Python packages
mkdir -p /ci/pip_cache && \
Expand Down

0 comments on commit a5fb422

Please sign in to comment.