We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef440a5 commit e5286d0Copy full SHA for e5286d0
.github/workflows/build.yml renamed to .github/workflows/build-wheel.yml
@@ -47,6 +47,8 @@ jobs:
47
id: setup-python
48
uses: actions/setup-python@v5
49
with:
50
+ # WAR: setup-python is not relocatable...
51
+ # see https://github.com/actions/setup-python/issues/871
52
python-version: "3.12"
53
54
- name: Set up MSVC
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
if: ${{ github.repository_owner == 'nvidia' }}
42
secrets: inherit
43
uses:
44
- ./.github/workflows/build.yml
+ ./.github/workflows/build-wheel.yml
45
46
host-platform: ${{ matrix.host-platform }}
cuda-version: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
0 commit comments