Skip to content

Commit

Permalink
fix: lock PDM version to support 3.8 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhtruong authored Nov 28, 2024
1 parent 0290580 commit e1c5b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
name: Set up PDM
with:
python-version: ${{ matrix.python-version }}
version: ${{ matrix.python-version == '3.8' && '2.20.1' || ''}}
allow-python-prereleases: true
cache: true
cache-dependency-path: |
Expand Down

0 comments on commit e1c5b8c

Please sign in to comment.