CI: fix pypi pkg (#15630)
This commit is contained in:
parent
38f2a9110e
commit
43fd9c1534
|
@ -27,7 +27,7 @@ jobs:
|
|||
# run sequential
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
pkg-name: ["", "app", "lite", "pytorch"]
|
||||
pkg-name: ["lightning", "app", "lite", "pytorch"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue