fix setup.py install in github actions
This commit is contained in:
parent
89eda16533
commit
f9cbce2b38
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue