We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38004f commit 676cec9Copy full SHA for 676cec9
1 file changed
.github/workflows/run-tck.yaml
@@ -45,7 +45,7 @@ jobs:
45
run: uv python install ${{ matrix.python-version }}
46
47
- name: Install Dependencies
48
- run: uv sync --all-extras
+ run: uv sync --locked --all-extras
49
50
- name: Checkout a2a-tck
51
uses: actions/checkout@v6
0 commit comments