diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a6e5b42..49acfee 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 \ No newline at end of file