File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- jsonargparse >= 4.27.0
1+ jsonargparse
22requests
33packaging
Original file line number Diff line number Diff line change 7676 displayName: "Image info & NVIDIA"
7777
7878 - bash : |
79- pip install -q -r .actions/requirements.txt
79+ pip install -U - q -r .actions/requirements.txt
8080 python .actions/assistant.py copy_replace_imports --source_dir="./tests" \
8181 --source_import="lightning.fabric,lightning.pytorch" \
8282 --target_import="lightning_fabric,pytorch_lightning"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 displayName: "Adjust dependencies"
111111
112112 - bash : |
113- pip install -q -r .actions/requirements.txt
113+ pip install -U - q -r .actions/requirements.txt
114114 python .actions/assistant.py copy_replace_imports --source_dir="./tests/tests_fabric" \
115115 --source_import="lightning.fabric" \
116116 --target_import="lightning_fabric"
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 displayName: "Adjust dependencies"
115115
116116 - bash : |
117+ pip install -U -q -r .actions/requirements.txt
117118 python .actions/assistant.py copy_replace_imports --source_dir="./tests/tests_pytorch" \
118119 --source_import="lightning.fabric,lightning.pytorch" \
119120 --target_import="lightning_fabric,pytorch_lightning"
You can’t perform that action at this time.
0 commit comments