Skip to content

Commit 09c90ec

Browse files
authored
Merge pull request #27 from huntflow/INT-789-fix_pdm_install
[INT-789] - Fix pdm install step.
2 parents a408786 + 45a8017 commit 09c90ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- name: Set up PDM
1515
uses: pdm-project/setup-pdm@v3
16+
with:
17+
version: 2.20.1
1618

1719
- name: Publish package distributions to PyPI
1820
run: pdm publish

Diff for: .github/workflows/python-linters.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: pdm-project/setup-pdm@v3
1919
with:
2020
python-version: ${{ matrix.python-version }}
21+
version: 2.20.1
2122

2223
- name: Install dependencies
2324
run: |

0 commit comments

Comments
 (0)