Skip to content

Commit

Permalink
💚 Fix Setup Python
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Jan 10, 2025
1 parent ea9a199 commit 23939b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ inputs:
description: Do not install package in the environment
required: false
default: "false"
pdm-version:
description: PDM version to use
required: false
default: "latest"
allow-python-prereleases:
description: Allow installing python prereleases
required: false
Expand Down Expand Up @@ -46,7 +42,6 @@ runs:
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ inputs.python-version }}
version: ${{ inputs.pdm-version }}
allow-python-prereleases: ${{ inputs.allow-python-prereleases }}
cache: true

Expand Down

0 comments on commit 23939b5

Please sign in to comment.