Update packages after installing

This will bring in the latest version of anything not explicitly pinned, notably scratch-gui
This commit is contained in:
Ray Schamp 2018-08-17 10:41:57 -04:00 committed by GitHub
parent d105cb4406
commit eefc56527d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,7 @@ addons:
install:
- sudo -H pip install -r requirements.txt
- npm --production=false install
- npm --production=false update
jobs:
include:
- stage: test