Skip to content

Commit

Permalink
add back matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Sep 12, 2023
1 parent 099fcbc commit 7b4d764
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-s3-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

jobs:
update:
strategy:
matrix:
prefix: ["whl", "whl/test", "whl/nightly", "whl/lts/1.8"]
fail-fast: False
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
secrets: inherit
with:
Expand All @@ -29,5 +33,4 @@ jobs:
# Install requirements
pip install -r s3_management/requirements.txt
# python s3_management/manage.py --generate-pep503 ${{ matrix.prefix }}
python s3_management/manage.py --generate-pep503 whl
python s3_management/manage.py --generate-pep503 ${{ matrix.prefix }}

0 comments on commit 7b4d764

Please sign in to comment.