Skip to content

Commit 0bc38ef

Browse files
committed
Specify a python version for docs test
1 parent 8698d43 commit 0bc38ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
docs:
2929
needs: lint
3030
runs-on: ubuntu-20.04
31+
strategy:
32+
matrix:
33+
python-version:
34+
- 3.6
3135
steps:
3236
- uses: actions/[email protected]
3337
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)