Skip to content

Commit fcb44df

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a03cacb commit fcb44df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lightning/workflows/pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ run: |
7070
pip install -e ".[${extra}dev]" -U --upgrade-strategy=eager --extra-index-url="${TORCH_URL}"
7171
7272
if [ "${PACKAGE_NAME}" == "pytorch" ]; then
73-
echo "uninstall lightning to have just single package"
73+
echo "uninstall lightning to have just single package"
7474
pip uninstall -y lightning
7575
elif [ "${PACKAGE_NAME}" == "lightning" ]; then
7676
echo "uninstall PL to have just single package"

0 commit comments

Comments
 (0)