revert the pinned pipenv version

This commit is contained in:
Aparna Jyothi 2025-12-22 13:14:02 +05:30
parent de6d8e72fb
commit 935b42e995
3 changed files with 322 additions and 114 deletions

View file

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