Skip to content

Commit 8e7085b

Browse files
committed
Build docs in CI on python 3.7.14
A few days ago, build docs started timing out. Analyzing the differences between the builds, it seems they started timing out when github actions switched to a new image that used python 3.7.15 instead of 3.7.14. Let's use python 3.7.14 to see if it fixes the doc build timeout.
1 parent 3520ab5 commit 8e7085b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: 3.7
14+
python-version: '3.7.14'
1515
cache: 'pip'
1616
cache-dependency-path: |
1717
**/setup.cfg

0 commit comments

Comments
 (0)