Skip to content

Commit e4c97ac

Browse files
committed
uv
1 parent 4a16bc5 commit e4c97ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lightning/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ run: |
6969
export UV_TORCH_BACKEND=cu${CUDA_VERSION_MM}
7070
7171
# Adjust tests
72-
pip install -U -q -r .actions/requirements.txt
72+
uv pip install -q -r .actions/requirements.txt
7373
python .actions/assistant.py copy_replace_imports --source_dir="./tests" \
7474
--source_import="lightning.fabric,lightning.pytorch" \
7575
--target_import="lightning_fabric,pytorch_lightning"

0 commit comments

Comments
 (0)