💚 switch to sudo

This commit is contained in:
Félix Voituret
2020-07-08 15:02:40 +02:00
parent afce3b95f1
commit 75ebb62dd7

View File

@@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt-get update && apt-get install -y ffmpeg
sudo apt-get update && sudo apt-get install -y ffmpeg
pip install pytest==5.4.3 pytest-xdist==1.32.0 pytest-forked==1.1.3 musdb museval
python setup.py install
- name: Test with pytest