8000 MAINT Specify Python 3.9 for Circle CI job 'doc' (#21744) · scikit-learn/scikit-learn@a278f2a · GitHub
[go: up one dir, main page]

Skip to content

Commit a278f2a

Browse files
authored
MAINT Specify Python 3.9 for Circle CI job 'doc' (#21744)
1 parent d180184 commit a278f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- OMP_NUM_THREADS: 2
5454
- MKL_NUM_THREADS: 2
5555
- CONDA_ENV_NAME: testenv
56-
- PYTHON_VERSION: 3
56+
- PYTHON_VERSION: '3.9'
5757
- NUMPY_VERSION: 'latest'
5858
- SCIPY_VERSION: 'latest'
5959
- MATPLOTLIB_VERSION: 'latest'

0 commit comments

Comments
 (0)
0