Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 567f7bb

Browse files
committed
Fix build issue
1 parent 0af9c9d commit 567f7bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_custom_wheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ jobs:
1010
build-wheel:
1111
runs-on: ubuntu-latest
1212
container: nvidia/cuda:13.1.1-devel-ubuntu24.04
13+
14+
env:
15+
PIP_BREAK_SYSTEM_PACKAGES: 1
1316

1417
steps:
1518
- uses: actions/checkout@v4
1619

1720
- name: Install dependencies
1821
run: |
1922
apt-get update
20-
apt-get install -y python3-pip python3-dev build-essential ninja-build python-is-python3
23+
apt-get install -y python3-pip python3-dev build-essential ninja-build python-is-python3
2124
python -m pip install --upgrade pip
2225
pip install cmake rapids-build-backend scikit-build-core pybind11 cython
2326

0 commit comments

Comments
 (0)