Skip to content

Commit

Permalink
Use prefered method to install project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 28, 2024
1 parent 3aede8c commit ee02307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.1.4/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv --system
uv --no-progress pip install ".[test]"
uv --no-progress venv
uv --no-progress sync --all-extras --dev
# CLI tests.
- name: mdedup --help
Expand Down

0 comments on commit ee02307

Please sign in to comment.