Skip to content

Commit 393bc6e

Browse files
authored
Add missing dependency boto3 to release download.pytorch.org (#7873)
The code does ``` cd release ``` on line 61 . Hence this change is necessary to fix the sha step
1 parent ef1ade3 commit 393bc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-download-pytorch-org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cd release
6262
# Install requirements
6363
pip install awscli==1.32.18
64-
pip install -r s3_management/requirements.txt
64+
pip install -r ../s3_management/requirements.txt
6565
6666
promote_s3() {
6767
local package_name

0 commit comments

Comments
 (0)