소스 검색

add build step to github actions tests

Nick Sweeting 5 년 전
부모
커밋
6d8b3ca190
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .github/workflows/test.yml

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

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