Skip to content

Commit 1f2115d

Browse files
committed
Use PDM python installer action
Signed-off-by: Samuel Monson <[email protected]>
1 parent 483c5d9 commit 1f2115d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/run-tox/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ inputs:
1313
runs:
1414
using: "composite"
1515
steps:
16-
- name: Set up Python
17-
uses: actions/setup-python@v5
16+
- name: Setup PDM
17+
uses: pdm-project/setup-pdm@v4
1818
with:
1919
python-version: ${{ inputs.python-version }}
2020
- name: Install dependencies
2121
run: |
22-
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
2322
pip install tox tox-pdm
2423
shell: bash
2524
- name: Run tox

0 commit comments

Comments
 (0)