check failures fix

This commit is contained in:
Aparna Jyothi 2025-12-22 13:01:42 +05:30
parent f294155e50
commit de6d8e72fb
3 changed files with 114 additions and 322 deletions

View file

@ -159,7 +159,8 @@ jobs:
cache: 'pipenv'
cache-dependency-path: '**/pipenv-requirements.txt'
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
run: python -m pip install pipenv==2022.10.12
- name: Install dependencies
run: pipenv install requests