We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7e095 commit 4ebabb3Copy full SHA for 4ebabb3
.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 -G:all
+ run: pdm install --dev
36
- name: Run tests
37
run: pdm run pytest
0 commit comments