Skip to content

Commit

Permalink
.github/workflows/dist.yml: Fix TARGETS_PRE
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 21, 2024
1 parent dd5c427 commit 0b210f7
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 @@ -56,7 +56,7 @@ jobs:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq
# Non-Python packages to install as spkgs
TARGETS_PRE: pari-jupyter-build-deps
TARGETS_PRE: pari
# Disable building PyPy wheels on all platforms
# Disable musllinux until #33083 provides alpine package information
CIBW_SKIP: "pp* *-musllinux*"
Expand Down

0 comments on commit 0b210f7

Please sign in to comment.