Skip to content

Commit

Permalink
Bug fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka committed Jan 28, 2023
1 parent 23acb7e commit 4e77db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get install libspeexdsp-dev
python -m pip install --upgrade pip
pip install -e .[test]
pip install speexdsp_ns @ https://github.com/dscripka/openWakeWord/releases/download/v0.1.1/speexdsp_ns-0.1.2-cp38-cp38-linux_x86_64.whl
pip install https://github.com/dscripka/openWakeWord/releases/download/v0.1.1/speexdsp_ns-0.1.2-cp38-cp38-linux_x86_64.whl
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 4e77db1

Please sign in to comment.