From: Sigbjørn Skjæret Date: Tue, 12 May 2026 09:34:10 +0000 (+0200) Subject: ci : bump ty to 0.0.35 (#22961) X-Git-Tag: upstream/0.0.10438~1321 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fa62042af9cc858832b613ec51cce98f9884ce01;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : bump ty to 0.0.35 (#22961) --- diff --git a/.github/workflows/python-type-check.yml b/.github/workflows/python-type-check.yml index 2d3fa163d..cbeeb39d0 100644 --- a/.github/workflows/python-type-check.yml +++ b/.github/workflows/python-type-check.yml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: "3.11" - pip-install: -r requirements/requirements-all.txt ty==0.0.33 + pip-install: -r requirements/requirements-all.txt ty==0.0.35 # - name: Type-check with Pyright # uses: jakebailey/pyright-action@v2 # with: