👷 add pip upgrade

This commit is contained in:
Félix Voituret
2020-07-08 15:24:26 +02:00
parent 75ebb62dd7
commit 6d12077b45

View File

@@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
run: |
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
python setup.py install
pip setup.py install --user
- name: Test with pytest
run: make test