Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5e721e

Browse files
author
rknizzle
committed
STUB 8
1 parent 43b5a54 commit d5e721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
3939
CIBW_SKIP: "pp*"
4040
CIBW_BEFORE_BUILD_LINUX: |
41-
apt update && apt install -y libadmesh-dev
41+
rpm -q admesh-devel || yum install -y --nogpgcheck /project/travis/*.x86_64.rpm; {pip} install Cython
4242
CIBW_TEST_REQUIRES: "pytest"
4343
CIBW_TEST_COMMAND: "pytest -v {project}/test"
4444

0 commit comments

Comments
 (0)