Skip to content

Commit

Permalink
Update CI workflow to use pdm version 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Jan 6, 2025
1 parent fa5fcb9 commit c9e7133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
version: 2.22
version: 2.20
- name: Install dependencies
run: |
pdm sync -v -dG dev -dG test --no-self
Expand All @@ -41,7 +41,7 @@ jobs:
with:
python-version: "3.10"
architecture: x64
version: 2.22
version: 2.20

- name: Publish
run: |
Expand Down

0 comments on commit c9e7133

Please sign in to comment.