Ver código fonte

fix setup.py install in github actions

Nick Sweeting 5 anos atrás
pai
commit
f9cbce2b38
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -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