From: Sigbjørn Skjæret Date: Wed, 25 Mar 2026 09:04:59 +0000 (+0100) Subject: ci : bump gguf publish python version (#20982) X-Git-Tag: upstream/0.0.8611~99 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=403c9c9cef26b875691f1ec52a7aa73b464dfba8;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : bump gguf publish python version (#20982) --- diff --git a/.github/workflows/gguf-publish.yml b/.github/workflows/gguf-publish.yml index 660e25333..2d2927913 100644 --- a/.github/workflows/gguf-publish.yml +++ b/.github/workflows/gguf-publish.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.9.x' + python-version: '3.11' - name: Install dependencies run: | cd gguf-py