bullshit dependency
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 2m2s
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 2m2s
This commit is contained in:
@@ -19,7 +19,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install system dependencies (for OpenCV)
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libgl1
|
||||||
|
|
||||||
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
@@ -36,7 +41,6 @@ jobs:
|
|||||||
--add-data "mucapy/styling:styling" \
|
--add-data "mucapy/styling:styling" \
|
||||||
--add-data "mucapy/models:models"
|
--add-data "mucapy/models:models"
|
||||||
|
|
||||||
|
|
||||||
- name: Upload executable artifact
|
- name: Upload executable artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user