CI: fix pypi pkg (#15630)

This commit is contained in:
Jirka Borovec 2022-11-11 00:19:55 +01:00 committed by GitHub
parent 38f2a9110e
commit 43fd9c1534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
# run sequential # run sequential
max-parallel: 1 max-parallel: 1
matrix: matrix:
pkg-name: ["", "app", "lite", "pytorch"] pkg-name: ["lightning", "app", "lite", "pytorch"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3