Skip to content

Commit

Permalink
feat:extras_requirements
Browse files Browse the repository at this point in the history
default plugins that should be bundled in a "full" install
  • Loading branch information
JarbasAl committed Sep 11, 2024
1 parent 1930e50 commit 34df0eb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev
sudo apt install python3-dev swig libssl-dev portaudio19-dev libpulse-dev
- name: Build Source Packages
run: |
run: |
python setup.py sdist
- name: Build Distribution Packages
run: |
python setup.py bdist_wheel
- name: Install tflite_runtime workaround tflit bug
run: |
pip3 install numpy
pip3 install --extra-index-url https://google-coral.github.io/py-repo/ tflite_runtime
- name: Install core repo
run: |
pip install .[audio-backend,mark1,stt,tts,skills_minimal,skills,gui,bus,all]
pip install .[extras]

0 comments on commit 34df0eb

Please sign in to comment.