Skip to content

Commit bb00c5d

Browse files
committed
Moving towards explicit declaration of dependencies rather than relying on outdated
setup.py magic.
1 parent d80e1d6 commit bb00c5d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
CIBW_BEFORE_ALL: yum install -y libev libev-devel
1616
CIBW_ENVIRONMENT: CFLAGS='-s'
1717
CIBW_BUILD_VERBOSITY: 3
18+
CIBW_DEPENDENCY_VERSIONS: ./cibuildwheel-requirements.txt
1819
steps:
1920
- uses: actions/checkout@v4
2021
with:

python-driver

0 commit comments

Comments
 (0)