Skip to content

Commit 31e0630

Browse files
committed
-U
1 parent bb11918 commit 31e0630

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.actions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
jsonargparse >=4.27.0
1+
jsonargparse
22
requests
33
packaging

.azure/gpu-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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"

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)