File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 python-version : " 3.14"
2626 - name : Install dependencies
27- run : uv sync --python 3.14 --locked
27+ run : uv sync --python 3.14
2828 - name : Test
2929 run : bash scripts/tests.sh
3030 - name : Build docs
5858 with :
5959 python-version : " 3.14"
6060 - name : Install dependencies
61- run : uv sync --python 3.14 --locked
61+ run : uv sync --python 3.14
6262 - name : Configure git author
6363 run : |
6464 git config user.name "github-actions[bot]"
@@ -133,7 +133,7 @@ jobs:
133133 with :
134134 python-version : " 3.14"
135135 - name : Install dependencies
136- run : uv sync --python 3.14 --locked
136+ run : uv sync --python 3.14
137137 - name : Build package
138138 run : uv build
139139 - name : Install Twine
@@ -162,7 +162,7 @@ jobs:
162162 python-version : " 3.14"
163163 - uses : actions/configure-pages@v5
164164 - name : Install dependencies
165- run : uv sync --python 3.14 --locked
165+ run : uv sync --python 3.14
166166 - name : Build docs
167167 run : uv run --python 3.14 mkdocs build --strict
168168 - name : Upload Pages artifact
You can’t perform that action at this time.
0 commit comments