We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5381d commit 059c74fCopy full SHA for 059c74f
.github/workflows/ci-testing.yml
@@ -50,7 +50,7 @@ jobs:
50
pip install 'lightning-utilities[cli]' -U -q
51
python -m lightning_utilities.cli requirements replace-pkg \
52
--old_package="lightning" \
53
- --new_package="pytorch-lightning" \
+ --new_package="${{matrix.dependency}}" \
54
--req_files='["_requirements/extra.txt"]'
55
cat _requirements/extra.txt
56
0 commit comments