Skip to content

Commit

Permalink
chore: release_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 6, 2024
1 parent 894d27c commit 3ef3c92
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/constraint_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test with Constraints
name: Test Constraints

on:
workflow_dispatch:
pull_request:
paths:
- 'requirements/requirements.txt'
Expand Down Expand Up @@ -35,18 +36,10 @@ jobs:
sudo apt-get update
sudo apt install python3-dev swig libssl-dev portaudio19-dev libpulse-dev libfann-dev
- name: Install test dependencies
run: |
pip install -r requirements/tests.txt
- name: Download constraints file
run: |
curl -o requirements/constraints-${{ matrix.constraints_file }}.txt https://raw.githubusercontent.com/OpenVoiceOS/ovos-releases/refs/heads/main/constraints-${{ matrix.constraints_file }}.txt
- name: Install core repo with constraints
run: |
pip install -e .[mycroft,lgpl,plugins,skills-essential,skills-audio,skills-gui,skills-internet,skills-media,skills-desktop] --pre -c requirements/constraints-${{ matrix.constraints_file }}.txt
- name: Run unit tests
run: |
pytest test/unittests

0 comments on commit 3ef3c92

Please sign in to comment.