Skip to content

Commit 4b7e095

Browse files
committed
[CHORE] update test workflow
1 parent 7694577 commit 4b7e095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Setup PDM
3333
uses: pdm-project/setup-pdm@v4
3434
- name: Install dependencies
35-
run: pdm install
35+
run: pdm install -G:all
3636
- name: Run tests
3737
run: pdm run pytest

0 commit comments

Comments
 (0)