File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 - name : Use python
3636 uses : actions/setup-python@v6
3737 with :
38- python-version : ${DEFAULT_PYTHON}
38+ python-version : ${{ env. DEFAULT_PYTHON } }
3939 - name : Prepare python
4040 run : |
4141 pip install uv
6969 - name : Use python
7070 uses : actions/setup-python@v6
7171 with :
72- python-version : ${DEFAULT_PYTHON}
72+ python-version : ${{ env. DEFAULT_PYTHON } }
7373 - name : Prepare python
7474 run : |
7575 pip install uv
@@ -131,7 +131,7 @@ jobs:
131131 - name : Use python
132132 uses : actions/setup-python@v6
133133 with :
134- python-version : ${DEFAULT_PYTHON}
134+ python-version : ${{ env. DEFAULT_PYTHON } }
135135 - name : Prepare python
136136 run : |
137137 pip install uv
@@ -157,7 +157,7 @@ jobs:
157157 - name : Use python
158158 uses : actions/setup-python@v6
159159 with :
160- python-version : ${DEFAULT_PYTHON}
160+ python-version : ${{ env. DEFAULT_PYTHON } }
161161 - name : Prepare python
162162 run : |
163163 pip install uv
@@ -197,7 +197,7 @@ jobs:
197197 - name : Use python
198198 uses : actions/setup-python@v6
199199 with :
200- python-version : ${DEFAULT_PYTHON}
200+ python-version : ${{ env. DEFAULT_PYTHON } }
201201 - name : Prepare python
202202 run : |
203203 pip install uv
@@ -242,7 +242,7 @@ jobs:
242242 - name : Use python
243243 uses : actions/setup-python@v6
244244 with :
245- python-version : ${DEFAULT_PYTHON}
245+ python-version : ${{ env. DEFAULT_PYTHON } }
246246 - name : Prepare python
247247 run : |
248248 pip install uv
You can’t perform that action at this time.
0 commit comments