diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 8a341e5b..f0267346 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -47,6 +47,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pipenv' + - run: python -m pip install pip==22.3.1 - name: Install pipenv run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python - name: Install dependencies @@ -117,6 +118,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: 'pipenv' cache-dependency-path: '**/pipenv-requirements.txt' + - run: python -m pip install pip==22.3.1 - name: Install pipenv run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python - name: Install dependencies