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 a00f234 commit 06f6351Copy full SHA for 06f6351
.github/workflows/ci-testing-pull-request.yml
@@ -50,13 +50,11 @@ jobs:
50
with:
51
python-version: "3.11"
52
- name: install uv
53
- if: ${{ github.event.pull_request == null }}
54
uses: astral-sh/setup-uv@v4
55
56
version: "0.4.x"
57
enable-cache: false
58
- name: checkout
59
60
uses: actions/checkout@v4
61
- name: check api-server backwards compatibility
62
run: |
0 commit comments