Open DetachHead opened 5 months ago
i have pdm pinned and installed within my project using pyprojectx, so it would be nice if i could tell the action to use that version instead of the one in the setup-pdm action
setup-pdm
something like a pdm-path option would be great:
pdm-path
jobs: update-dependencies: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Update dependencies uses: pdm-project/update-deps-action@main with: pdm-path: .pyprojectx/main/pdm
i have pdm pinned and installed within my project using pyprojectx, so it would be nice if i could tell the action to use that version instead of the one in the
setup-pdm
actionsomething like a
pdm-path
option would be great: