Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 0ea12c3

Browse files
authored
Merge pull request #925 from nonhermitian/timeout_fix
Fix timeout error by moving to Py37
2 parents 9405254 + dee9967 commit 0ea12c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pool:
1414
strategy:
1515
matrix:
1616
Python38:
17-
python.version: '3.8'
17+
python.version: '3.7'
1818
variables:
1919
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
2020
steps:

0 commit comments

Comments
 (0)