Skip to content

Commit da0ef27

Browse files
committed
CI: correct the pkgconf_requirements name
1 parent 0f1eb19 commit da0ef27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/wheels/cibw_before_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ if [[ $RUNNER_OS == "Windows" ]]; then
6363
python -m pip install -r $PROJECT_DIR/requirements/delvewheel_requirements.txt
6464
# pkgconf - carries out the role of pkg-config.
6565
# Alternative is pkgconfiglite that you have to install with choco
66-
python -m pip install -r $PROJECT_DIR/requirements/pkgconf.txt
66+
python -m pip install -r $PROJECT_DIR/requirements/pkgconf_requirements.txt
6767
fi

0 commit comments

Comments
 (0)