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 +-- .github/workflows/Flask-Tests.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '.github') 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 diff --git a/.github/workflows/Flask-Tests.yaml b/.github/workflows/Flask-Tests.yaml index 1da7fd6..cce4ed1 100644 --- a/.github/workflows/Flask-Tests.yaml +++ b/.github/workflows/Flask-Tests.yaml @@ -24,8 +24,7 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade pip - pip install pyenv + curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash pipenv install --dev - name: Run Tests -- cgit v1.2.3