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 af7fcb3 commit d710731Copy full SHA for d710731
.github/workflows/update_dependencies.yaml
@@ -35,7 +35,7 @@ jobs:
35
cache: true
36
37
- name: Lock dependencies
38
- run: pdm lock
+ run: pdm lock -G :all
39
40
- name: Export requirements
41
run: pdm run export
0 commit comments