Skip to content

Commit

Permalink
ci: python-testing(tox) - uv-tox
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 10, 2024
1 parent d1c828e commit 872d53e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
cache-dependency-glob: "**/pyproject.toml"
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --dev
- name: Install tox and tox-uv
run: |
uv tool install tox --with tox-uv # use uv to install
- name: Run tests with tox
run: uvx tox
run: tox -e py$(echo ${{ matrix.python-version }} | tr -d .)

0 comments on commit 872d53e

Please sign in to comment.