Skip to content

Commit ad5c537

Browse files
committed
update
1 parent 8378946 commit ad5c537

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ jobs:
3535
activate-environment: true
3636
python-version: ${{ matrix.python-version }}
3737
enable-cache: true
38-
- run: uv pip install --python=${{ matrix.python-version }} pip
38+
- name: Install the project
39+
run: uv sync --all-extras --dev
3940

4041
- name: Set min. dependencies
4142
if: matrix.requires == 'oldest'
4243
run: |
43-
pip install 'lightning-utilities[cli]'
44+
uv pip install 'lightning-utilities[cli]'
4445
uv run python -m lightning_utilities.cli requirements set-oldest --req_files='["requirements.txt", "_requirements/test.txt"]'
4546
4647
- name: Install package & dependencies

0 commit comments

Comments
 (0)