Skip to content

Commit 1c88250

Browse files
committed
ci: fix not commited uv.lock and use uv sync --locked
1 parent fdbf22f commit 1c88250

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2525
- name: Install dependencies
26-
run: uv sync --dev
26+
run: uv sync --locked --dev
2727

2828
- name: Run Ruff Linter
2929
id: ruff-lint

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
5555
- name: Install dependencies
56-
run: uv sync --dev --extra all
56+
run: uv sync --locked --dev --extra all
5757
- name: Run tests and check coverage
5858
run: uv run pytest --cov=a2a --cov-report term --cov-fail-under=88
5959
- name: Show coverage summary in log

.github/workflows/update-a2a-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Configure uv shell
2424
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2525
- name: Install dependencies (datamodel-code-generator)
26-
run: uv sync
26+
run: uv sync --locked
2727
- name: Define output file variable
2828
id: vars
2929
run: |

uv.lock

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)