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

ci: try Windows Pipenv deps install

This commit is contained in:
louistiti 2022-10-12 23:50:46 +08:00
parent a863c872b0
commit fc2a37a7a6
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -139,7 +139,7 @@ SPACY_MODELS.set('fr', {
LogHelper.success(`${dotVenvPath} deleted`)
}
await command(`pipenv install --site-packages`, {
await command(`pipenv install --system --deploy`, {
shell: true,
stdio: 'inherit'
})