Skip to content

Commit

Permalink
2024-03-05 nightly release (473588c)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Mar 5, 2024
1 parent ce0443a commit db76eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
package-name: torchdata
env-var-script: packaging/env-var-script.txt
smoke-test-script: test/smoke_test/smoke_test.py
runner-type: macos-m1-12
runner-type: macos-m1-stable
trigger-event: ${{ github.event_name }}
secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
post-script: ""
package-name: torchdata
env-var-script: packaging/env-var-script.txt
runner-type: macos-m1-12
runner-type: macos-m1-stable
smoke-test-script: test/smoke_test/smoke_test.py
trigger-event: ${{ github.event_name }}

0 comments on commit db76eea

Please sign in to comment.