Skip to content

Commit

Permalink
fix(ci): Pin PDM version for 3.8 (#3878)
Browse files Browse the repository at this point in the history
* fix(ci): Pin PDM version for 3.8
  • Loading branch information
Alc-Alc authored Nov 26, 2024
1 parent d421e0b commit 379bca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
name: Set up PDM
with:
python-version: "3.8"
version: "2.20.1"
allow-python-prereleases: false
cache: true
cache-dependency-path: |
Expand All @@ -70,6 +71,7 @@ jobs:
name: Set up PDM
with:
python-version: "3.8"
version: "2.20.1"
allow-python-prereleases: false
cache: true
cache-dependency-path: |
Expand All @@ -95,6 +97,7 @@ jobs:
name: Set up PDM
with:
python-version: "3.8"
version: "2.20.1"
allow-python-prereleases: false
cache: true
cache-dependency-path: |
Expand Down
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' || ''}}
allow-python-prereleases: false
cache: true
cache-dependency-path: |
Expand Down

0 comments on commit 379bca6

Please sign in to comment.