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 14b3ec4 commit 8f062c0Copy full SHA for 8f062c0
.github/workflows/document.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Set version name
17
id: version
18
run: echo "::set-output name=VERSION_NAME::${GITHUB_REF##*/}"
19
- - name: Set up Python 3.7
+ - name: Set up Python 3.9
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 3.7
+ python-version: 3.9
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments