🐛 syntax error

This commit is contained in:
Félix Voituret
2020-07-08 15:26:14 +02:00
parent 6d12077b45
commit 5182795d36

View File

@@ -19,6 +19,6 @@ jobs:
sudo apt-get update && sudo apt-get install -y ffmpeg
pip install --upgrade pip setuptools
pip install pytest==5.4.3 pytest-xdist==1.32.0 pytest-forked==1.1.3 musdb museval
pip setup.py install --user
python setup.py install
- name: Test with pytest
run: make test