We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1eb19 commit da0ef27Copy full SHA for da0ef27
1 file changed
tools/wheels/cibw_before_build.sh
@@ -63,5 +63,5 @@ if [[ $RUNNER_OS == "Windows" ]]; then
63
python -m pip install -r $PROJECT_DIR/requirements/delvewheel_requirements.txt
64
# pkgconf - carries out the role of pkg-config.
65
# Alternative is pkgconfiglite that you have to install with choco
66
- python -m pip install -r $PROJECT_DIR/requirements/pkgconf.txt
+ python -m pip install -r $PROJECT_DIR/requirements/pkgconf_requirements.txt
67
fi
0 commit comments