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 1445d9d commit 784304eCopy full SHA for 784304e
.github/workflows/pr_autofixes.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Export requirements
63
if: steps.check-target.outputs.should_run == 'true'
64
- run: pdm run export
+ run: pdm run export --no-hashes
65
66
- name: Add license headers
67
0 commit comments