Skip to content

Commit

Permalink
Test via tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 16, 2024
1 parent 79e742a commit aec9116
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: pyproject.toml

- name: Install tox
run: |
python -m pip install tox
- name: Install uv
uses: hynek/setup-cached-uv@v2

- name: Run tests
run: tox -e py
run: uvx --with tox-uv tox -e py

- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit aec9116

Please sign in to comment.