Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 22, 2023
1 parent e8b80fa commit 988b526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
yum install python-devel -y &&
yum install python-setuptools -y
CIBW_ARCHS: "aarch64"
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS="${{ env.CFLAGS }}"
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS
CIBW_TEST_COMMAND: >
cd {project}/test/ &&
pip install -r requirements.txt &&
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
yum install openssl-devel -y &&
yum install python-devel -y &&
yum install python-setuptools -y
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS="${{ env.CFLAGS }}"
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS
CIBW_ARCHS: "x86_64"
CIBW_TEST_COMMAND: >
cd {project}/test/ &&
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
env:
CIBW_BUILD: cp39-manylinux_x86_64
CIBW_BUILD_FRONTEND: build
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS="${{ env.CFLAGS }}"
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS
CIBW_BEFORE_ALL_LINUX: >
yum install openssl-devel -y &&
yum install python-devel -y &&
Expand Down

0 comments on commit 988b526

Please sign in to comment.