There was an error while loading. Please reload this page.
1 parent 3838fb2 commit c99a59eCopy full SHA for c99a59e
1 file changed
.github/workflows/ci-testing.yml
@@ -42,7 +42,8 @@ jobs:
42
- name: Set min. dependencies
43
if: matrix.requires == 'oldest'
44
run: |
45
- uv pip install 'lightning-utilities[cli]'
+ uv pip install pip
46
+ pip install 'lightning-utilities[cli]'
47
uv run python -m lightning_utilities.cli requirements set-oldest --req_files='["requirements.txt", "_requirements/test.txt"]'
48
49
- name: Install package & dependencies
0 commit comments