We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483c5d9 commit 1f2115dCopy full SHA for 1f2115d
.github/actions/run-tox/action.yml
@@ -13,13 +13,12 @@ inputs:
13
runs:
14
using: "composite"
15
steps:
16
- - name: Set up Python
17
- uses: actions/setup-python@v5
+ - name: Setup PDM
+ uses: pdm-project/setup-pdm@v4
18
with:
19
python-version: ${{ inputs.python-version }}
20
- name: Install dependencies
21
run: |
22
- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
23
pip install tox tox-pdm
24
shell: bash
25
- name: Run tox
0 commit comments