[devscripts] install_deps: Add script and migrate to it

Authored by: bashonly
This commit is contained in:
bashonly
2024-02-11 15:17:08 +01:00
committed by Simon Sawicki
parent fd647775e2
commit b8a433aaca
8 changed files with 95 additions and 35 deletions

View File

@@ -253,8 +253,7 @@ jobs:
- name: Install Requirements
run: |
sudo apt -y install pandoc man
python -m pip install -U pip setuptools wheel twine
python -m pip install -U -r requirements.txt
python devscripts/install_deps.py -o --include build
- name: Prepare
env: