Skip to content

option to specify the path to pdm #15

@DetachHead

Description

@DetachHead

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

something like a pdm-path option would be great:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions