From a841189e2465033a0a8f32c1fc7280aaaad8a288 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 01:42:35 +0530 Subject: installing pipenv from curl --- .github/workflows/Codecov.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/Codecov.yaml') diff --git a/.github/workflows/Codecov.yaml b/.github/workflows/Codecov.yaml index e6549ed..b4872e5 100644 --- a/.github/workflows/Codecov.yaml +++ b/.github/workflows/Codecov.yaml @@ -23,8 +23,7 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade pip - pip install pipenv + curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash pipenv install --dev pipenv install pytest-cov -- cgit v1.2.3