Skip to content

Commit 4f3ee17

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 69eb401 commit 4f3ee17

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-wheels-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pre-script: .github/scripts/linux-pre-script.sh
3737
post-script: .github/scripts/linux-post-script.sh
3838
package-name: tensordict
39-
name: pytorch/tensordict
39+
name: ${{ matrix.repository }}
4040
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
4141
with:
4242
repository: ${{ matrix.repository }}

.github/workflows/build-wheels-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ jobs:
5151
package-name: ${{ matrix.package-name }}
5252
smoke-test-script: ${{ matrix.smoke-test-script }}
5353
trigger-event: ${{ github.event_name }}
54-
build-command: pip wheel . && mkdir -p dist && mv tensordict*.whl ./dist
55-
build-platform: python-build-package

0 commit comments

Comments
 (0)