File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Install dependencies
3636 run : |
37- uv sync --only-group release
37+ uv sync --only-group release --locked
3838
3939 - name : Bump version
4040 id : bump
Original file line number Diff line number Diff line change 4040 uses : astral-sh/setup-uv@v6
4141 - name : Install dependencies
4242 run : |
43- uv sync --only-group release
43+ uv sync --only-group release --locked
4444 - name : Bump to dev
4545 run : uv run tbump --only-patch --non-interactive $(./scripts/next_dev.sh)
4646 - name : Build ${{ matrix.component }}
Original file line number Diff line number Diff line change 3737 python-version : 3.14
3838 - name : Install dependencies
3939 run : |
40- uv sync --only-group lint
40+ uv sync --only-group lint --locked
4141 - name : pep8 and formatting check
4242 run : |
4343 make format
5151 uses : astral-sh/setup-uv@v6
5252 - name : Install dependencies
5353 run : |
54- uv sync --only-group tox --only-group type
54+ uv sync --only-group tox --only-group type --locked
5555 - name : type check
5656 run : |
5757 make type-check
You can’t perform that action at this time.
0 commit comments