add setup python
This commit is contained in:
parent
53067f7c47
commit
4a821006ed
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pytest.yaml
vendored
4
.github/workflows/pytest.yaml
vendored
|
|
@ -28,6 +28,10 @@ jobs:
|
|||
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
||||
with:
|
||||
show-progress: true
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue