[canvaskit] Make local-example explicitly use Python2
The script doesn't work with Python3. Change-Id: I9ea6397506500f76570540f78aa736873769f92b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/403016 Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
12935777a6
commit
e2c14b5e88
@ -98,7 +98,7 @@ local-example:
|
|||||||
mkdir -p node_modules
|
mkdir -p node_modules
|
||||||
ln -s ../npm_build node_modules/canvaskit
|
ln -s ../npm_build node_modules/canvaskit
|
||||||
echo "Go check out http://localhost:8000/npm_build/example.html"
|
echo "Go check out http://localhost:8000/npm_build/example.html"
|
||||||
python serve.py
|
python2 serve.py
|
||||||
|
|
||||||
test-continuous:
|
test-continuous:
|
||||||
echo "Assuming npm ci has been run by user"
|
echo "Assuming npm ci has been run by user"
|
||||||
|
Loading…
Reference in New Issue
Block a user