|
52 | 52 | run: | |
53 | 53 | sudo apt-get update |
54 | 54 | sudo apt-get -y -q install ninja-build make cmake clang |
55 | | - python3 -m pip install nanobind pybind11 |
| 55 | + python3 -m pip install nanobind==2.9.2 pybind11 |
56 | 56 |
|
57 | 57 | - name: Get Cached LLVM Source |
58 | 58 | id: cache-llvm-source |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | sudo apt-get install -y python3 python3-pip cmake ninja-build clang lld |
158 | 158 |
|
159 | 159 | python3 --version | grep ${{ needs.constants.outputs.primary_python_version }} |
160 | | - python3 -m pip install numpy pybind11 nanobind PyYAML |
| 160 | + python3 -m pip install numpy pybind11 nanobind==2.9.2 PyYAML |
161 | 161 |
|
162 | 162 | - name: Build LLVM |
163 | 163 | if: steps.cache-llvm-build.outputs.cache-hit != 'true' |
@@ -343,7 +343,7 @@ jobs: |
343 | 343 | sudo apt-get update |
344 | 344 | sudo apt-get install -y python3 python3-pip cmake ninja-build ccache clang lld |
345 | 345 | python3 --version | grep ${{ needs.constants.outputs.primary_python_version }} |
346 | | - python3 -m pip install numpy nanobind pybind11 |
| 346 | + python3 -m pip install numpy nanobind==2.9.2 pybind11 |
347 | 347 |
|
348 | 348 | - name: Get Cached LLVM Source |
349 | 349 | id: cache-llvm-source |
@@ -681,7 +681,7 @@ jobs: |
681 | 681 | run: | |
682 | 682 | sudo apt-get update |
683 | 683 | sudo apt-get -y -q install cmake ninja-build |
684 | | - python3 -m pip install nanobind pybind11 |
| 684 | + python3 -m pip install nanobind==2.9.2 pybind11 |
685 | 685 |
|
686 | 686 | - name: Download Catalyst-Runtime Artifact |
687 | 687 | uses: actions/download-artifact@v4 |
@@ -714,7 +714,7 @@ jobs: |
714 | 714 | run: | |
715 | 715 | sudo apt-get update |
716 | 716 | sudo apt-get -y -q install cmake ninja-build |
717 | | - python3 -m pip install nanobind pybind11 |
| 717 | + python3 -m pip install nanobind==2.9.2 pybind11 |
718 | 718 |
|
719 | 719 | - name: Install lcov # Manually install lcov_1.15-1_all |
720 | 720 | run: | |
|
0 commit comments