Swiching to python 3.10 for building docs in CI due to issues with notedown
This commit is contained in:
parent
5a9c84aa92
commit
6648e8fc93
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.10"
|
||||||
- name: Build database
|
- name: Build database
|
||||||
run: |
|
run: |
|
||||||
pip install pyyaml
|
pip install pyyaml
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,7 @@ doc_build = [
|
||||||
"ipykernel",
|
"ipykernel",
|
||||||
"jupyter",
|
"jupyter",
|
||||||
"nbconvert",
|
"nbconvert",
|
||||||
"notedown",
|
"notedown"
|
||||||
"setuptools"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue