We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23acb7e commit 4e77db1Copy full SHA for 4e77db1
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
sudo apt-get install libspeexdsp-dev
30
python -m pip install --upgrade pip
31
pip install -e .[test]
32
- 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
33
- name: Test with pytest
34
run: |
35
pytest
0 commit comments