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 5e297a6 commit 086a3b6Copy full SHA for 086a3b6
.github/workflows/docs.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-python@v3
11
+ with:
12
+ python-version: '3.10'
13
- name: Install dependencies
14
run: |
15
pip install sphinx sphinx_rtd_theme
.github/workflows/pythonapp.yml
@@ -19,10 +19,10 @@ jobs:
19
20
21
- uses: actions/checkout@v2
22
- - name: Set up Python 3.8
+ - name: Set up Python 3.10
23
uses: actions/setup-python@v1
24
with:
25
- python-version: 3.8
26
27
28
python -m pip install --upgrade pip
0 commit comments