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 2181650Copy full SHA for 2181650
.github/actions/run-tox/action.yml
@@ -13,13 +13,13 @@ 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
+ cache: true
21
- name: Install dependencies
22
run: |
- 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