Skip to content

Commit

Permalink
fix(server): skip Pipenv locking until they fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Mar 31, 2019
1 parent 87f53c9 commit 029381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/setup-python-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default () => new Promise(async (resolve, reject) => {
// Installing Python packages
log.info('Installing Python packages from bridges/python/Pipfile.lock...')

await shell('pipenv install')
await shell('pipenv install --skip-lock')
log.success('Python packages installed')
resolve()
} catch (e) {
Expand Down

0 comments on commit 029381e

Please sign in to comment.