1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00

add build step to github actions tests

This commit is contained in:
Nick Sweeting 2020-11-28 04:29:06 -05:00
parent f9cbce2b38
commit 6d8b3ca190

View file

@ -70,8 +70,9 @@ jobs:
- name: Install pip dependencies - name: Install pip dependencies
run: | run: |
python -m pip install pytest bottle wheel setuptools python -m pip install --upgrade pip setuptools wheel pytest bottle
python -m pip install -e . ./bin/build_pip.sh
python -m pip install .
- name: Get npm cache dir - name: Get npm cache dir
id: npm-cache id: npm-cache