1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +03:00

ci: install Pipenv on pre-release binaries workflows

This commit is contained in:
louistiti 2022-10-10 00:04:28 +08:00
parent 4760c4d6de
commit aafde0543f
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
python-version: 3.9.10
cache: pipenv
- name: Install Pipenv
run: pip install --upgrade pip && pip install pipenv
- name: Install Node.js
uses: actions/setup-node@v3
with:

View File

@ -26,6 +26,9 @@ jobs:
python-version: 3.9.10
cache: pipenv
- name: Install Pipenv
run: pip install --upgrade pip && pip install pipenv
- name: Install Node.js
uses: actions/setup-node@v3
with: