Skip to content

Commit 5e0d73a

Browse files
committed
pin python version in doc build test
RTD uses python 3.7
1 parent fa113fa commit 5e0d73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# Pin this low because RTD doesn't seem to adopt new
142142
# versions quickly and this ensures we don't have a
143143
# dependency problem with importlib.metadata.
144-
python-version: "3.9"
144+
python-version: "3.7"
145145

146146
- name: Install dependencies
147147
run: python -m pip install tox

0 commit comments

Comments
 (0)