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

revert back to simple wheel

This commit is contained in:
Matthias
2022-05-27 23:35:21 +02:00
parent d37f66f17c
commit 4ffad66191

View File

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