feat: added all install option for dependencies

This commit is contained in:
2024-11-24 18:16:03 +01:00
parent 2444269486
commit 0418c75e19
2 changed files with 2 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.build.txt
pip install ".[all]"
python setup.py sdist bdist_wheel
- name: Build and publish