Skip to content

Commit fc899a9

Browse files
committed
fix: test workflow installs all deps
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 313b456 commit fc899a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)