Skip to content

Commit

Permalink
.github/workflows/dist.yml: Avoid readline
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 30, 2024
1 parent 76c3d29 commit 6bae459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq
# Non-Python packages to install as spkgs
TARGETS_PRE: zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew cbc-no-deps
TARGETS_PRE: zlib-ensure bzip2-ensure pkgconf-ensure openblas-ensure coinbrew-no-deps cbc-no-deps
#
CIBW_BUILD: "*${{ matrix.build }}*"
# Disable building PyPy wheels on all platforms
Expand Down

0 comments on commit 6bae459

Please sign in to comment.