mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
install wheel by python
This commit is contained in:
parent
94e8dd3af2
commit
0b01b45d7b
3
.github/actions/setup/action.yaml
vendored
3
.github/actions/setup/action.yaml
vendored
@ -45,7 +45,8 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m pip install -U pip
|
||||
pip3 install invoke wheel
|
||||
sudo apt-get install python-wheel
|
||||
pip3 install invoke
|
||||
- name: Install Specific Python Dependencies
|
||||
if: ${{ inputs.pip-dependency }}
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user