mirror of
https://github.com/actions/setup-python.git
synced 2026-01-02 22:38:17 +00:00
check failure fix
This commit is contained in:
2
.github/workflows/e2e-cache-freethreaded.yml
vendored
2
.github/workflows/e2e-cache-freethreaded.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user