Skip to content

Commit 32e0376

Browse files
committed
Fix pytorch install, r2
1 parent 0f94582 commit 32e0376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080

8181
- name: Clone PyTorch
8282
if: inputs.env_manager != 'base'
83+
shell: bash --noprofile --norc -eo pipefail {0}
8384
run: |
8485
git clone --recursive https://github.com/pytorch/pytorch
8586
cd pytorch

0 commit comments

Comments
 (0)