Skip to content

Commit

Permalink
use uv workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Oct 5, 2024
1 parent 37d104d commit 6b6ac8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
- name: Install python
run: uv python install ${{ matrix.python-version }}
- name: install tox
run: uv sync --all-extras --dev
- name: Install python, uv, and this project
uses: 20c/workflows/uv@v1
- name: Run tests
run: uv run tox
- name: Upload coverage
Expand Down

0 comments on commit 6b6ac8e

Please sign in to comment.