Skip to content

Commit

Permalink
uv run tox
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Oct 25, 2024
1 parent df9dc42 commit 4f537e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: install tox
run: uv tool install tox --with tox-uv,tox-gh-actions
- name: Install python
run: uv python install ${{ matrix.python-version }}
# - name: install project
# run: uv sync --all-extras --dev
- name: install project
run: uv sync --locked --all-extras --dev
- name: Run tests
run: tox
run: uv run tox
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 4f537e1

Please sign in to comment.