We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f94582 commit 32e0376Copy full SHA for 32e0376
.github/workflows/build-test-reusable.yml
@@ -80,6 +80,7 @@ jobs:
80
81
- name: Clone PyTorch
82
if: inputs.env_manager != 'base'
83
+ shell: bash --noprofile --norc -eo pipefail {0}
84
run: |
85
git clone --recursive https://github.com/pytorch/pytorch
86
cd pytorch
0 commit comments