install wheel by python

This commit is contained in:
Matthias 2022-05-27 23:18:57 +02:00
parent 94e8dd3af2
commit 0b01b45d7b
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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