Skip to content

Commit 359dac5

Browse files
committed
vllm: resolve the build requirements file via {package}
cibuildwheel's before-build cwd is not guaranteed to be the package directory when package-dir points at a subdirectory, so anchor the requirements path explicitly.
1 parent f9c01b0 commit 359dac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/build-vllm.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
| sh -s -- -y --default-toolchain none
9494
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
9595
CIBW_BEFORE_BUILD: >-
96-
pip install --only-binary=:all: -r requirements/build/cpu.txt
96+
pip install --only-binary=:all: -r {package}/requirements/build/cpu.txt
9797
CIBW_ENVIRONMENT: >-
9898
VLLM_TARGET_DEVICE=cpu
9999
VLLM_VERSION_OVERRIDE=${{ env.VLLM_VERSION }}

0 commit comments

Comments
 (0)