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:
8
.github/actions/setup/action.yaml
vendored
8
.github/actions/setup/action.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user