mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
test with downgraded pip version
This commit is contained in:
parent
7e071b917f
commit
65104d4d25
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue