浏览代码

Merge pull request #1092 from jelmer/fix-apidocs

Build API docs with Python 3.10 for now, until pydoctor catches up.
Jelmer Vernooij 2 年之前
父节点
当前提交
ab9da17355
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/docs.yml

+ 2 - 0
.github/workflows/docs.yml

@@ -15,6 +15,8 @@ jobs:
       - uses: actions/checkout@v2
       - name: Set up Python
         uses: actions/setup-python@v2
+        with:
+          python-version: "3.10"
       - name: Install pydoctor
         run: |
           sudo apt-get update && sudo apt -y install -y pydoctor python3-pip