Skip to content

Commit 6ae4cf0

Browse files
committed
Update Ci config.
1 parent 8b00641 commit 6ae4cf0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
uses: astral-sh/setup-uv@v6
3131
- name: Install deps
3232
run: |
33-
uv sync
34-
uv pip install coverage coveralls
33+
uv sync --only-group tests
34+
uv pip install coveralls
3535
- name: Run tests
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.github_token }}
3838
run: |
39-
uv run coverage run --source=makeapp -m pytest
39+
uv run coverage run -m pytest
4040
uv run coveralls --service=github

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ linters = [
3838
]
3939
tests = [
4040
"pytest",
41-
"tox",
42-
"tox-uv",
4341
]
4442

4543
[build-system]

0 commit comments

Comments
 (0)