Skip to content

Commit

Permalink
Install latest version of PDM in CI workflow
Browse files Browse the repository at this point in the history
PDM 2.20+ is required to support PEP-735-style dependency groups.
  • Loading branch information
justinmayer committed Nov 2, 2024
1 parent 29c8b77 commit 0b3df62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
cache: true
cache-dependency-path: ./pyproject.toml

- name: Upgrade PDM to latest version
run: pdm self update

- name: Install dependencies
run: pdm install
Expand Down

0 comments on commit 0b3df62

Please sign in to comment.