We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: