Skip to content

Commit bee6cbd

Browse files
committed
Force install setuptools in workflow during build step of binary
1 parent 651074e commit bee6cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build binary Archive
9191
uses: pypa/[email protected]
9292
env:
93-
CIBW_BEFORE_ALL: "mv setup_binary.py setup.py && python3 setup.py download_pandoc"
93+
CIBW_BEFORE_ALL: "python3 -m pip install setuptools && mv setup_binary.py setup.py && python3 setup.py download_pandoc"
9494
CIBW_BUILD: cp39-* # Build any 1 python version as this wheel is not version dependent
9595
# We skip some variants because:
9696
# - pandoc does not publish binaries for Linux 32bit

0 commit comments

Comments
 (0)