File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ on: [push, pull_request]
44
55env :
66 UV_VERSION : " 0.6.9"
7- PYTHON_VERSION : " 3.11"
87
98jobs :
109 test :
4241 - name : Set up Python
4342 uses : actions/setup-python@v5
4443 with :
45- python-version : ${{ env.PYTHON_VERSION }}
44+ python-version-file : " .python-version "
4645 - name : Install dependencies
4746 run : uv sync --locked
4847 - name : Test with Nox
5857 - name : Set up Python
5958 uses : actions/setup-python@v5
6059 with :
61- python-version : ${{ env.PYTHON_VERSION }}
60+ python-version-file : " .python-version "
6261 - name : Validate Lockfile Up-to-date
6362 run : uv lock --check
Original file line number Diff line number Diff line change 99
1010env :
1111 UV_VERSION : " 0.6.9"
12- PYTHON_VERSION : " 3.11"
1312
1413jobs :
1514 deploy :
2221 version : ${{ env.UV_VERSION }}
2322 - uses : actions/setup-python@v5
2423 with :
25- python-version : ${{ env.PYTHON_VERSION }}
24+ python-version-file : " .python-version "
2625 - name : Install dependencies
2726 run : uv sync --locked
2827 - name : Publish Docs
You can’t perform that action at this time.
0 commit comments