We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d694ded commit bf75288Copy full SHA for bf75288
.github/workflows/ci.yaml
@@ -27,6 +27,7 @@ jobs:
27
uses: actions/setup-go@v5
28
with:
29
go-version: stable
30
+ cache: false
31
- uses: astral-sh/setup-uv@v6
32
33
python-version: ${{ matrix.python-version }}
.github/workflows/conformance.yaml
- name: Install Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
0 commit comments