Skip to content

Commit e5286d0

Browse files
committed
Rename build.yml and addd comment on action
1 parent ef440a5 commit e5286d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml renamed to .github/workflows/build-wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
id: setup-python
4848
uses: actions/setup-python@v5
4949
with:
50+
# WAR: setup-python is not relocatable...
51+
# see https://github.com/actions/setup-python/issues/871
5052
python-version: "3.12"
5153

5254
- name: Set up MSVC

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ github.repository_owner == 'nvidia' }}
4242
secrets: inherit
4343
uses:
44-
./.github/workflows/build.yml
44+
./.github/workflows/build-wheel.yml
4545
with:
4646
host-platform: ${{ matrix.host-platform }}
4747
cuda-version: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}

0 commit comments

Comments
 (0)