Skip to content

Commit 82356a8

Browse files
author
alrex
authored
use python 3.8 to build docs (open-telemetry#1284)
1 parent d5e51a4 commit 82356a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
docs:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v1
19-
- uses: actions/setup-python@v1
18+
- uses: actions/checkout@v2
19+
- name: Set up Python py38
20+
uses: actions/setup-python@v2
21+
with:
22+
python-version: py38
2023
- name: Build docs
2124
run: |
2225
pip install --upgrade tox

0 commit comments

Comments
 (0)