From f1dfeb17e69cc485c74e06c358dbb8a641aa9ba4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 08:45:04 -0400 Subject: [PATCH] --system --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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