From 7cfe5a28b93ca6692d7ac188d7cbfd8e3a8823c6 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 19 Jan 2026 23:39:55 +0100 Subject: [PATCH] remove cffi fix --- .github/actions/setup/action.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 342b937dfc..a3a70918a8 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -99,14 +99,6 @@ runs: if: ${{ inputs.install == 'true' }} shell: bash run: invoke install --uv - # - name: Fix cffi issues - # # only needed for python 3.14 - # if: ${{ env.python_version == '3.14' }} - # shell: bash - # run: | - # pip uninstall cffi -y - # sudo apt remove --purge -y python3-cffi - # pip install --no-cache-dir --force-reinstall --ignore-installed cffi - name: Run invoke update if: ${{ inputs.update == 'true' }} shell: bash