@@ -4,51 +4,22 @@ parameters:
4
4
5
5
jobs :
6
6
- job : ${{ parameters.name }}
7
+ timeoutInMinutes : 90
7
8
pool :
8
9
vmImage : ${{ parameters.vmImage }}
9
10
strategy :
10
11
matrix :
11
- py38_np18_1 :
12
- ENV_FILE : ci/deps/azure-windows -38.yaml
12
+ py38 :
13
+ ENV_FILE : ci/deps/actions -38.yaml
13
14
CONDA_PY : " 38"
14
- PATTERN : " not slow"
15
- PYTEST_WORKERS : 2 # GH-42236
16
- PYTEST_TARGET : " pandas/tests/[a-h]*"
17
15
18
- py38_np18_2 :
19
- ENV_FILE : ci/deps/azure-windows-38.yaml
20
- CONDA_PY : " 38"
21
- PATTERN : " not slow"
22
- PYTEST_WORKERS : 2 # GH-42236
23
- PYTEST_TARGET : " pandas/tests/[i-z]*"
24
-
25
- py39_1 :
26
- ENV_FILE : ci/deps/azure-windows-39.yaml
27
- CONDA_PY : " 39"
28
- PATTERN : " not slow and not high_memory"
29
- PYTEST_WORKERS : 2 # GH-42236
30
- PYTEST_TARGET : " pandas/tests/[a-h]*"
31
-
32
- py39_2 :
33
- ENV_FILE : ci/deps/azure-windows-39.yaml
16
+ py39 :
17
+ ENV_FILE : ci/deps/actions-39.yaml
34
18
CONDA_PY : " 39"
35
- PATTERN : " not slow and not high_memory"
36
- PYTEST_WORKERS : 2 # GH-42236
37
- PYTEST_TARGET : " pandas/tests/[i-z]*"
38
-
39
- py310_1 :
40
- ENV_FILE : ci/deps/azure-windows-310.yaml
41
- CONDA_PY : " 310"
42
- PATTERN : " not slow and not high_memory"
43
- PYTEST_WORKERS : 2 # GH-42236
44
- PYTEST_TARGET : " pandas/tests/[a-h]*"
45
19
46
- py310_2 :
47
- ENV_FILE : ci/deps/azure-windows -310.yaml
20
+ py310 :
21
+ ENV_FILE : ci/deps/actions -310.yaml
48
22
CONDA_PY : " 310"
49
- PATTERN : " not slow and not high_memory"
50
- PYTEST_WORKERS : 2 # GH-42236
51
- PYTEST_TARGET : " pandas/tests/[i-z]*"
52
23
53
24
steps :
54
25
- powershell : |
59
30
displayName : ' Update conda'
60
31
61
32
- bash : |
62
- conda env create -q --file ci\\deps\\azure-windows -$(CONDA_PY).yaml
33
+ conda env create -q --file ci\\deps\\actions -$(CONDA_PY).yaml
63
34
displayName: 'Create anaconda environment'
64
35
- bash : |
65
36
source activate pandas-dev
0 commit comments