There was an error while loading. Please reload this page.
1 parent 0af9c9d commit 567f7bbCopy full SHA for 567f7bb
1 file changed
.github/workflows/build_custom_wheel.yml
@@ -10,14 +10,17 @@ jobs:
10
build-wheel:
11
runs-on: ubuntu-latest
12
container: nvidia/cuda:13.1.1-devel-ubuntu24.04
13
+
14
+ env:
15
+ PIP_BREAK_SYSTEM_PACKAGES: 1
16
17
steps:
18
- uses: actions/checkout@v4
19
20
- name: Install dependencies
21
run: |
22
apt-get update
- 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
24
python -m pip install --upgrade pip
25
pip install cmake rapids-build-backend scikit-build-core pybind11 cython
26
0 commit comments