Skip to content

Commit 059c74f

Browse files
committed
typo
1 parent cf5381d commit 059c74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install 'lightning-utilities[cli]' -U -q
5151
python -m lightning_utilities.cli requirements replace-pkg \
5252
--old_package="lightning" \
53-
--new_package="pytorch-lightning" \
53+
--new_package="${{matrix.dependency}}" \
5454
--req_files='["_requirements/extra.txt"]'
5555
cat _requirements/extra.txt
5656

0 commit comments

Comments
 (0)