Skip to content

Commit 7be33b1

Browse files
committed
github: fix missing git for cibuildwheel
1 parent 03301c3 commit 7be33b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CIBW_BUILD: cp38-* cp39-* cp310-*
4747
CIBW_ARCHS_LINUX: x86_64
4848
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
49-
CIBW_BEFORE_BUILD: pip install -r {project}/requirements/dist.txt && {project}/.github/workflows/bash.sh
49+
CIBW_BEFORE_BUILD: apt-get update && apt-get install -y git && pip install -r {project}/requirements/dist.txt && {project}/.github/workflows/bash.sh
5050
CIBW_BEFORE_TEST: pip install -r {project}/requirements/test.txt
5151
CIBW_TEST_COMMAND: py.test {project}/tests
5252

0 commit comments

Comments
 (0)