We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313b456 commit fc899a9Copy full SHA for fc899a9
1 file changed
.github/workflows/tests.yml
@@ -19,6 +19,6 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
cache: true
21
- name: Install dependencies
22
- run: pdm install
+ run: pdm install -G :all
23
- name: Run pytest
24
run: pdm run pytest
0 commit comments