Skip to content

Commit

Permalink
simplify requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 3, 2023
1 parent dcbb3f7 commit ece7b70
Showing 1 changed file with 1 addition and 1 deletion.
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 .[audio,mark1,stt,tts,skills,gui,bus,PHAL,all,deprecated]
pip install .[audio,mark1,stt,tts,gui,bus,PHAL,all,deprecated]
- name: Install test dependencies
run: |
pip install -r requirements/tests.txt
Expand Down

0 comments on commit ece7b70

Please sign in to comment.