Skip to content

Commit

Permalink
feat:semver
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 14, 2024
1 parent 58191ff commit 5315d9f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
sudo apt-get update
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev python3-fann2
python -m pip install build wheel
- name: Install from github while waiting for release - TODO Remove me
run: |
pip install git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin
pip install git+https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin
- name: Build Source Packages
run: |
python setup.py sdist
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
run: |
sudo apt-get update
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev
- name: Install from github while waiting for release - TODO Remove me
run: |
pip install git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin
pip install git+https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin
- name: Install core repo
run: |
pip install .[mycroft,lgpl,skills-essential]
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
sudo apt-get update
sudo apt install python3-dev swig libssl-dev portaudio19-dev libpulse-dev
python -m pip install build wheel
- name: Install adapt from github while waiting for release - TODO Remove me
run: |
pip install git+https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin
- name: Install test dependencies
run: |
pip install -r requirements/tests.txt
Expand All @@ -70,7 +67,6 @@ jobs:
- name: Install padatious
run: |
sudo apt install libfann-dev
pip install git+https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin
pip install .[lgpl]
- name: Run unittests with padatious
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/lgpl.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ovos_padatious
ovos_padatious>=0.1.0,<1.0.0
fann2>=1.0.7, < 1.1.0

0 comments on commit 5315d9f

Please sign in to comment.