Skip to content

Commit 4e77db1

Browse files
committed
Bug fix CI/CD
1 parent 23acb7e commit 4e77db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install libspeexdsp-dev
3030
python -m pip install --upgrade pip
3131
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
32+
pip install https://github.com/dscripka/openWakeWord/releases/download/v0.1.1/speexdsp_ns-0.1.2-cp38-cp38-linux_x86_64.whl
3333
- name: Test with pytest
3434
run: |
3535
pytest

0 commit comments

Comments
 (0)