Skip to content

Commit

Permalink
Chore: Pass in python version to dependencies action (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 24, 2024
1 parent 580d026 commit b2ba22b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:

- name: "Update Python dependencies"
uses: pdm-project/[email protected]
env:
python-version: ${{ env.default-python }}
with:
python-version: ${{ env.default-python }}
sign-off-commit: "true"
token: ${{ github.token }}
commit-message: "Chore: Update dependencies and pdm.lock [skip ci]"
Expand Down

0 comments on commit b2ba22b

Please sign in to comment.