diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2e6ab3..b6ed747 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: - name: Install Pipenv! run: | curl -s --retry 3 https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py - python3 /tmp/get-pip.py pipenv > /dev/null + sudo python3 /tmp/get-pip.py pipenv > /dev/null rm -fr /tmp/get-pip.py - name: Install dependencies run: |