Skip to content

Commit fc899a9

Browse files
committed
fix: test workflow installs all deps
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent 313b456 commit fc899a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
cache: true
2121
- name: Install dependencies
22-
run: pdm install
22+
run: pdm install -G :all
2323
- name: Run pytest
2424
run: pdm run pytest

0 commit comments

Comments
 (0)