Use Poetry to install wheel and download dependencies in build-deb workflow
This commit is contained in:
4
.github/workflows/build-deb.yml
vendored
4
.github/workflows/build-deb.yml
vendored
@@ -43,8 +43,8 @@ jobs:
|
|||||||
- name: 📥 Download Wheels for Dependencies
|
- name: 📥 Download Wheels for Dependencies
|
||||||
run: |
|
run: |
|
||||||
mkdir -p dist/wheels
|
mkdir -p dist/wheels
|
||||||
pip install wheel
|
poetry run pip install wheel
|
||||||
pip download --only-binary=:all: --dest dist -r requirements.txt
|
poetry run pip download --only-binary=:all: --dest dist -r requirements.txt
|
||||||
|
|
||||||
- name: 🛠 Build Project Wheel
|
- name: 🛠 Build Project Wheel
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user