1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-24 17:23:23 +03:00

ci: remove Pipenv cache from pre-release binaries workflows

This commit is contained in:
louistiti 2022-10-10 00:14:37 +08:00
parent aafde0543f
commit ff53b7a3f2
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9.10
cache: pipenv
# cache: pipenv
- name: Install Pipenv
run: pip install --upgrade pip && pip install pipenv

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9.10
cache: pipenv
# cache: pipenv
- name: Install Pipenv
run: pip install --upgrade pip && pip install pipenv