Skip to content

Commit 15573ac

Browse files
committed
Tweak GHA
1 parent 48641be commit 15573ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
cache: pip
2222
cache-dependency-path: |
2323
pyproject.toml
24-
- run: pip install tox-gh-actions tox
24+
- run: pip install tox-gh-actions tox tox-uv
2525
- run: tox
2626
- uses: codecov/codecov-action@v4
27+
env:
28+
CODECOV_TOKEN: 950d92fa-25d7-4471-99b6-a11b82ba3847
2729
Lint-Backend:
2830
runs-on: ubuntu-latest
2931
steps:

0 commit comments

Comments
 (0)