Skip to content

Commit 14093a7

Browse files
committed
pre build script for installing tensordict from main
1 parent 6bb0b0a commit 14093a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python3 -mpip install git+https://github.com/pytorch-labs/tensordict.git

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test-infra-repository: pytorch/test-infra
3232
test-infra-ref: main
3333
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
34-
pre-script: ""
34+
pre-script: .github/scripts/pre_build_script_m1.sh
3535
post-script: ""
3636
package-name: torchrl
3737
runner-type: macos-m1-12

0 commit comments

Comments
 (0)