We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492a455 commit 7f97fc8Copy full SHA for 7f97fc8
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
14
with:
15
- python-version: "3.9"
+ python-version: "3.10"
16
- name: Install nox
17
run: |
18
python -m pip install --upgrade setuptools pip wheel
@@ -35,4 +35,4 @@ jobs:
35
python -m pip install nox
36
- name: Run docfx
37
38
- nox -s docfx
+ nox -s docfx
0 commit comments