diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b6ed747..223abc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: rm -fr /tmp/get-pip.py - name: Install dependencies run: | - pipenv install --dev + sudo pipenv install --dev --system - name: Test with pytest run: | - pipenv run pytest + pytest