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 073e198 commit 9d9d2aaCopy full SHA for 9d9d2aa
.github/workflows/test-python.yml
@@ -24,11 +24,6 @@ jobs:
24
persist-credentials: false
25
- name: Install just
26
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
27
- - name: Install python
28
- uses: actions/setup-python@v5
29
- with:
30
- cache: 'pip'
31
- python-version: 3.9
32
- name: Install uv
33
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
34
with:
@@ -74,6 +69,11 @@ jobs:
74
69
- uses: actions/checkout@v4
75
70
76
71
72
+ - name: Install python
73
+ uses: actions/setup-python@v5
+ with:
+ cache: 'pip'
+ python-version: 3.9
77
78
79
0 commit comments