We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7694577 commit 4b7e095Copy full SHA for 4b7e095
.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Setup PDM
33
uses: pdm-project/setup-pdm@v4
34
- name: Install dependencies
35
- run: pdm install
+ run: pdm install -G:all
36
- name: Run tests
37
run: pdm run pytest
0 commit comments