We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb00c5d commit 336070eCopy full SHA for 336070e
.github/workflows/build_wheels_linux.yml
@@ -15,7 +15,7 @@ jobs:
15
CIBW_BEFORE_ALL: yum install -y libev libev-devel
16
CIBW_ENVIRONMENT: CFLAGS='-s'
17
CIBW_BUILD_VERBOSITY: 3
18
- CIBW_DEPENDENCY_VERSIONS: ./cibuildwheel-requirements.txt
+ CIBW_DEPENDENCY_VERSIONS: ./python-driver/cibuildwheel-requirements.txt
19
steps:
20
- uses: actions/checkout@v4
21
with:
0 commit comments