Skip to content

Commit 784304e

Browse files
committed
🔧 Update export command in pr_autofixes.yaml to use --no-hashes
1 parent 1445d9d commit 784304e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_autofixes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Export requirements
6363
if: steps.check-target.outputs.should_run == 'true'
64-
run: pdm run export
64+
run: pdm run export --no-hashes
6565

6666
- name: Add license headers
6767
if: steps.check-target.outputs.should_run == 'true'

0 commit comments

Comments
 (0)