Skip to content

Commit

Permalink
Fix pdm install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
koval committed Dec 2, 2024
1 parent 64bc6a6 commit 5d9cb8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
version: 2.20.1

- name: Install dependencies
run: pdm install -dG release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
version: 2.20.1

- name: Publish package distributions to PyPI
run: pdm publish
1 change: 1 addition & 0 deletions .github/workflows/python-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
version: 2.20.1

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
version: 2.20.1

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5d9cb8d

Please sign in to comment.