Skip to content

Commit 103d041

Browse files
authored
Merge pull request #99 from huntflow/INT-788-fix_pdm_install
[INT-788] - Fix pdm install
2 parents f8c111f + af3475d commit 103d041

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/autorelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: 3.8
1919
- name: Set up PDM
2020
uses: pdm-project/setup-pdm@v3
21+
with:
22+
version: 2.20.1
2123

2224
- name: Install dependencies
2325
run: pdm install -dG release

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
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

.github/workflows/python-linters.yml

Lines changed: 1 addition & 0 deletions
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: |

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: pdm-project/setup-pdm@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
version: 2.20.1
2223

2324
- name: Install dependencies
2425
run: |

0 commit comments

Comments
 (0)