1
0
Fork 0

fix setup.py install in github actions

This commit is contained in:
Nick Sweeting 2020-11-28 04:25:31 -05:00
parent 89eda16533
commit f9cbce2b38

View file

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