mirror of
https://github.com/actions/setup-python.git
synced 2025-12-23 00:37:09 +00:00
revert the pinned pipenv version
This commit is contained in:
parent
de6d8e72fb
commit
935b42e995
3 changed files with 322 additions and 114 deletions
3
.github/workflows/e2e-cache-freethreaded.yml
vendored
3
.github/workflows/e2e-cache-freethreaded.yml
vendored
|
|
@ -159,8 +159,7 @@ jobs:
|
|||
cache: 'pipenv'
|
||||
cache-dependency-path: '**/pipenv-requirements.txt'
|
||||
- name: Install pipenv
|
||||
run: python -m pip install pipenv==2022.10.12
|
||||
|
||||
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
|
||||
- name: Install dependencies
|
||||
run: pipenv install requests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue