Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 29, 2023
1 parent f0f8433 commit c537da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python setup.py bdist_wheel
- name: Install package
run: |
pip install .[all,lgpl]
pip install .[all,skills-essential]
- uses: pypa/[email protected]
with:
# Ignore setuptools vulnerability we can't do much about
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt install swig libfann-dev
- name: Install package
run: |
pip install .[all,lgpl]
pip install .[skills_lgpl]
install_audio:
strategy:
max-parallel: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev
- name: Install core repo
run: |
pip install .[all]
pip install .[audio-backend,mark1,stt,tts,skills,gui,bus,PHAL,all]
- name: Get explicit and transitive dependencies
run: |
pip freeze > requirements-all.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m pip install build wheel
- name: Install core repo
run: |
pip install .[all,lgpl,deprecated]
pip install .[audio,mark1,stt,tts,skills,gui,bus,PHAL,all,deprecated]
- name: Install test dependencies
run: |
pip install -r requirements/tests.txt
Expand Down

0 comments on commit c537da8

Please sign in to comment.