Skip to content

Commit 8830acf

Browse files
committed
.github/workflows/dist.yml: Build gmp, mpfr, mpc from SPKG
1 parent fad62dd commit 8830acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# SPKGs to install as system packages
5757
SPKGS: _bootstrap _prereq
5858
# Non-Python packages to install as spkgs
59-
TARGETS_PRE: ppl-ensure gmp-ensure mpfr-ensure mpc-ensure
59+
TARGETS_PRE: gmp mpfr mpc ppl-ensure
6060
# Disable building PyPy wheels on all platforms
6161
# Disable musllinux until #33083 provides alpine package information
6262
CIBW_SKIP: "pp* *-musllinux*"

0 commit comments

Comments
 (0)