Philipp Heckel 4 년 전
부모
커밋
829e8f6ea6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .github/workflows/test.yaml

+ 3 - 1
.github/workflows/test.yaml

@@ -12,8 +12,10 @@ jobs:
         uses: actions/checkout@v2
       - name: Install dependencies
         run: sudo apt update && sudo apt install -y python3-pip
+      - name: x
+        run: pip3 list
       - name: Install mkdocs
-        run: sudo pip3 install mkdocs mkdocs-material mkdocs-minify-plugin
+        run: pip3 install mkdocs mkdocs-material mkdocs-minify-plugin
       - name: Build docs
         run: make docs
       - name: Run tests, formatting, vetting and linting