Skip to content

Commit

Permalink
Use uv in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Aug 9, 2024
1 parent a8fe664 commit 043d97c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install -e ".[test]"
pip install uv
uv pip install --system -e ".[test]"
- name: Run tests
run: |
pytest .
Expand All @@ -44,8 +44,8 @@ jobs:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install -e ".[test]"
pip install uv
uv pip install --system -e ".[test]"
- name: Run tests
run: |
coverage run --source=mink -m pytest .
Expand Down

0 comments on commit 043d97c

Please sign in to comment.