Skip to content

Commit

Permalink
Add explicit locking task
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Aug 2, 2024
1 parent 2f5caa0 commit fe1428a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pin_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
run: |
pdm update np_workflows
- name: Add requirements.txt
run: |
pdm lock --strategy inherit_metadata
- name: Add requirements.txt
run: |
pdm export --without-hashes -o requirements.txt
Expand Down

0 comments on commit fe1428a

Please sign in to comment.