Skip to content

Commit f32ea67

Browse files
domi007p1-ra
authored andcommitted
Cleaned up commands before building
1 parent 3c7355f commit f32ea67

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@ jobs:
2222
- name: Build wheels & test
2323
run: python -m cibuildwheel --output-dir wheelhouse
2424
env:
25-
#CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get install -y libpython3-dev libsctp-dev gcc make
26-
# Build using the latest manylinux2014 release, instead of the cibuildwheel
27-
# pinned version
28-
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64:latest
29-
CIBW_MANYLINUX_I686_IMAGE: quay.io/pypa/manylinux2014_i686:latest
30-
CIBW_BEFORE_ALL_LINUX: >
31-
echo "exclude=mirror.es.its.nyu.edu" >> /etc/yum/pluginconf.d/fastestmirror.conf &&
32-
rm -f /var/cache/yum/timedhosts.txt &&
33-
yum install -y lksctp-tools-devel
25+
CIBW_BEFORE_ALL_LINUX: yum install -y lksctp-tools-devel
3426
#for now just a quick test of loopback
3527
CIBW_TEST_COMMAND: python3 {project}/test_loopback.py
3628
#skipping PyPy and musllinux builds

0 commit comments

Comments
 (0)