circleci config add checkout remove pip stuff

This commit is contained in:
BryceLTaylor 2020-10-29 15:56:05 -04:00
parent cba5ca9d4c
commit 7349ee8d75

View file

@ -13,9 +13,9 @@ jobs:
setup:
<<: *defaults
steps:
- checkout
- run: |
echo "Setup step is happening here"
pip install -r requirements.txt
npm --production=false ci
npm --production=false update