install python

This commit is contained in:
cedricve
2021-03-15 12:11:09 +01:00
parent c6dc6ada81
commit 3b8dc95c4d

View File

@@ -15,10 +15,11 @@ jobs:
web:
docker:
- image: cimg/node:15.5.0
- image: cimg/node:15.11.0
steps:
- checkout
- run: node --version
- run: apt-get install python2
- run: cd web && yarn
- run: cd web && yarn test
- run: cd web && yarn build
@@ -29,4 +30,4 @@ workflows:
build:
jobs:
- machinery
- web
- web