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 63f501c commit e77160dCopy full SHA for e77160d
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Clone docsbuild scripts
18
run: |
19
git clone https://github.com/python/docsbuild-scripts/
20
- - name: setup requirements
+ - name: Setup requirements
21
22
python -m pip install --upgrade pip
23
python -m pip install -r docsbuild-scripts/requirements.txt
@@ -32,7 +32,7 @@ jobs:
32
--skip-cache-invalidation
33
--theme $(pwd)
34
--language en
35
- --branch 3.10
+ --branch 3.11
36
- name: Upload
37
uses: actions/upload-artifact@v2.2.2
38
with:
0 commit comments