2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

install wheel by python

This commit is contained in:
Matthias
2022-05-27 23:18:57 +02:00
parent 94e8dd3af2
commit 0b01b45d7b

View File

@ -45,7 +45,8 @@ runs:
shell: bash shell: bash
run: | run: |
python3 -m pip install -U pip python3 -m pip install -U pip
pip3 install invoke wheel sudo apt-get install python-wheel
pip3 install invoke
- name: Install Specific Python Dependencies - name: Install Specific Python Dependencies
if: ${{ inputs.pip-dependency }} if: ${{ inputs.pip-dependency }}
shell: bash shell: bash