Skip to content

Commit

Permalink
fix: attempt tp add conditional version for test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alc-Alc committed Nov 26, 2024
1 parent 0b118de commit 63f62d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: Set up PDM
with:
python-version: ${{ inputs.python-version }}
version: ${{ inputs.python-version == "3.8" && "2.20.1" || "latest"}}
allow-python-prereleases: false
cache: true
cache-dependency-path: |
Expand Down

0 comments on commit 63f62d0

Please sign in to comment.