Skip to content

Commit 34ee7b6

Browse files
committed
Small changes
1 parent 601b051 commit 34ee7b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ci/azure_template_posix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ parameters:
1111

1212
jobs:
1313

14-
- job: ${{ parameters.name }}Test
14+
- job: ${{ parameters.name }} Test
1515
pool:
1616
vmImage: ${{ parameters.vmImage }}
1717
strategy:
1818
matrix:
19-
python310_minimums:
19+
python310_minimums_wheel:
2020
python.version: '3.10'
2121
NUMPY: 1.22.3
2222
SCIPY: 1.8.0
@@ -25,7 +25,7 @@ jobs:
2525
XARRAY: 0.21.0
2626
FORMULAIC: 1.0.2
2727
test.wheel: true
28-
python310_mid:
28+
python310_mid_sdist:
2929
python.version: '3.10'
3030
NUMPY: 1.23.0
3131
SCIPY: 1.9.0
@@ -35,7 +35,7 @@ jobs:
3535
XXHASH: true
3636
FORMULAIC: 1.0.2
3737
test.sdist: true
38-
python310_recent:
38+
python310_recent_wheel:
3939
python.version: '3.10'
4040
NUMPY: 1.24.0
4141
SCIPY: 1.12.0

0 commit comments

Comments
 (0)