From 6d12077b451d90ce0d6b3388966389a08ced9b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Wed, 8 Jul 2020 15:24:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20pip=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 52f07f0..a6e5b42 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 \ No newline at end of file