check failure fix

This commit is contained in:
Aparna Jyothi
2026-01-02 11:48:06 +05:30
parent 5ab8de3f5f
commit 526a597446

View File

@@ -161,6 +161,8 @@ jobs:
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- name: Install dependencies
env:
PIPENV_IGNORE_VIRTUALENVS: '1'
run: pipenv install requests
python-pip-dependencies-caching-with-pip-version: