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:
parent
aafde0543f
commit
ff53b7a3f2
@ -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
|
||||
|
2
.github/workflows/pre-release-tcp-server.yml
vendored
2
.github/workflows/pre-release-tcp-server.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user