Skip to content

Commit 024d7f7

Browse files
committed
ci: run tests with project dependencies
1 parent a04b3a1 commit 024d7f7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.11"
2222

2323
- name: Run tests
24-
run: uv run --no-project python -m unittest discover -s tests -v
24+
run: uv run python -m unittest discover -s tests -v
2525

2626
- name: Build distributions
2727
run: uv build

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.11"
2626

2727
- name: Run tests
28-
run: uv run --no-project python -m unittest discover -s tests -v
28+
run: uv run python -m unittest discover -s tests -v
2929

3030
- name: Build distributions
3131
run: uv build

.github/workflows/publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.11"
2626

2727
- name: Run tests
28-
run: uv run --no-project python -m unittest discover -s tests -v
28+
run: uv run python -m unittest discover -s tests -v
2929

3030
- name: Build distributions
3131
run: uv build

0 commit comments

Comments
 (0)