Skip to content

Commit

Permalink
More uv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-peronio committed Oct 14, 2024
1 parent 7b1ba92 commit 8353e66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

# https://docs.astral.sh/uv/guides/integration/github/
- name: Setup uv
uses: astral-sh/setup-uv@v3

- name: Setup nox
uses: wntrblm/[email protected]

- name: Test package
run: nox
run: uvx nox

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 8353e66

Please sign in to comment.