We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601b051 commit 34ee7b6Copy full SHA for 34ee7b6
1 file changed
ci/azure_template_posix.yml
@@ -11,12 +11,12 @@ parameters:
11
12
jobs:
13
14
-- job: ${{ parameters.name }}Test
+- job: ${{ parameters.name }} Test
15
pool:
16
vmImage: ${{ parameters.vmImage }}
17
strategy:
18
matrix:
19
- python310_minimums:
+ python310_minimums_wheel:
20
python.version: '3.10'
21
NUMPY: 1.22.3
22
SCIPY: 1.8.0
@@ -25,7 +25,7 @@ jobs:
25
XARRAY: 0.21.0
26
FORMULAIC: 1.0.2
27
test.wheel: true
28
- python310_mid:
+ python310_mid_sdist:
29
30
NUMPY: 1.23.0
31
SCIPY: 1.9.0
@@ -35,7 +35,7 @@ jobs:
35
XXHASH: true
36
37
test.sdist: true
38
- python310_recent:
+ python310_recent_wheel:
39
40
NUMPY: 1.24.0
41
SCIPY: 1.12.0
0 commit comments