Skip to content

Commit c93f3de

Browse files
committed
add back matrix
1 parent 21196dd commit c93f3de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-s3-html.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99

1010
jobs:
1111
update:
12+
strategy:
13+
matrix:
14+
prefix: ["whl", "whl/test", "whl/nightly", "whl/lts/1.8"]
15+
fail-fast: False
1216
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1317
secrets: inherit
1418
with:
@@ -29,5 +33,4 @@ jobs:
2933
3034
# Install requirements
3135
pip install -r s3_management/requirements.txt
32-
# python s3_management/manage.py --generate-pep503 ${{ matrix.prefix }}
33-
python s3_management/manage.py --generate-pep503 whl
36+
python s3_management/manage.py --generate-pep503 ${{ matrix.prefix }}

0 commit comments

Comments
 (0)