1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

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
run: |
python -m pip install .
python -m pip install pytest bottle
python -m pip install pytest bottle wheel setuptools
python -m pip install -e .
- name: Get npm cache dir
id: npm-cache