We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bb7a3 commit 01babb0Copy full SHA for 01babb0
.github/workflows/python-tests.yml
@@ -87,9 +87,11 @@ jobs:
87
enable-cache: true
88
python-version: ${{ matrix.python-version }}
89
90
- - name: install python
+ - name: setup python
91
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
92
- run: uv python install ${{ matrix.python-version }}
+ uses: actions/setup-python@v5
93
+ with:
94
+ python-version: ${{ matrix.python-version }}
95
96
- name: install dependencies
97
0 commit comments