Skip to content

Commit

Permalink
Fix: Call setup-pdm action before using binary (#408)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 4, 2024
1 parent 98144a8 commit 059b4d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/python-project-name/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ outputs:
runs:
using: "composite"
steps:
- name: "Install PDM tooling"
uses: pdm-project/setup-pdm@v4

- name: "Capture Python project name"
id: python-project-name
shell: bash
Expand Down

0 comments on commit 059b4d8

Please sign in to comment.