2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-02 11:24:51 +00:00

remove cffi fix

This commit is contained in:
Matthias Mair
2026-01-19 23:39:55 +01:00
parent cadd19bc42
commit 7cfe5a28b9

View File

@@ -99,14 +99,6 @@ runs:
if: ${{ inputs.install == 'true' }} if: ${{ inputs.install == 'true' }}
shell: bash shell: bash
run: invoke install --uv 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 - name: Run invoke update
if: ${{ inputs.update == 'true' }} if: ${{ inputs.update == 'true' }}
shell: bash shell: bash