test with downgraded pip version

This commit is contained in:
Dmitry Shibanov 2023-07-13 12:11:26 +02:00
parent 7e071b917f
commit 65104d4d25

View file

@ -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