Skip to content

Commit 8f062c0

Browse files
committed
upgrade python
1 parent 14b3ec4 commit 8f062c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/document.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Set version name
1717
id: version
1818
run: echo "::set-output name=VERSION_NAME::${GITHUB_REF##*/}"
19-
- name: Set up Python 3.7
19+
- name: Set up Python 3.9
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.7
22+
python-version: 3.9
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)