Skip to content

Commit d6ccbaf

Browse files
committed
DEPS: fix job name (pandas-dev#34472)
1 parent 45ff57f commit d6ccbaf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ci/azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
PATTERN: "not slow and not network"
1616

1717
${{ if eq(parameters.name, 'Linux') }}:
18-
py36_minimum_versions:
18+
py37_minimum_versions:
1919
ENV_FILE: ci/deps/azure-37-minimum_versions.yaml
2020
CONDA_PY: "37"
2121
PATTERN: "not slow and not network and not clipboard"

ci/azure/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
vmImage: ${{ parameters.vmImage }}
99
strategy:
1010
matrix:
11-
py36_np15:
11+
py37_np16:
1212
ENV_FILE: ci/deps/azure-windows-37.yaml
1313
CONDA_PY: "37"
1414
PATTERN: "not slow and not network"
1515

16-
py37_np18:
16+
py38_np18:
1717
ENV_FILE: ci/deps/azure-windows-38.yaml
1818
CONDA_PY: "38"
1919
PATTERN: "not slow and not network"

ci/deps/azure-windows-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- matplotlib=2.2.*
2424
- moto
2525
- numexpr
26-
- numpy=1.18.*
26+
- numpy=1.16.*
2727
- openpyxl
2828
- pyarrow=0.14
2929
- pytables

ci/deps/azure-windows-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- matplotlib=3.0.2
2020
- numba
2121
- numexpr
22-
- numpy=1.16.*
22+
- numpy=1.18.*
2323
- openpyxl
2424
- jinja2
2525
- pyarrow>=0.13.0

0 commit comments

Comments
 (0)