Skip to content

Commit 02a5b21

Browse files
committed
ci: fix a test dependency issue
1 parent 7130bc6 commit 02a5b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: uv python install ${{ matrix.python-version }}
2424

2525
- name: Run tests
26-
run: uv run --python ${{ matrix.python-version }} pytest tests -v
26+
run: uv run --python ${{ matrix.python-version }} --extra dev pytest tests -v
2727

2828
lint:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)