Skip to content

Commit 9b45d83

Browse files
committed
REV Revert libffi flag [cd build]
1 parent 126316e commit 9b45d83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- os: ubuntu-latest
5353
python: "310"
5454
platform: manylinux_x86_64
55-
install_libffi_devel: "1"
5655

5756
# macos builds
5857
- os: macos-latest
@@ -90,7 +89,7 @@ jobs:
9089
CIBW_BEFORE_TEST: pip install -r {project}/test_requirements.txt
9190
# Installs libffi so that cffi can be built from source when needed
9291
CIBW_BEFORE_TEST_LINUX: >
93-
[[ "${{ matrix.install_libffi_devel }}" == "1" ]] && yum install -y libffi-devel;
92+
yum install -y libffi-devel &&
9493
pip install -r {project}/test_requirements.txt
9594
CIBW_TEST_COMMAND: bash {project}/tools/wheels/cibw_test_command.sh {project}
9695

0 commit comments

Comments
 (0)