Skip to content

Commit 815fd04

Browse files
committed
put the rest
1 parent 3e0321b commit 815fd04

11 files changed

+17
-23
lines changed

.github/workflows/posix.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,27 @@ jobs:
2020
shell: bash -l {0}
2121
strategy:
2222
matrix:
23-
env-file: [
24-
[ci/deps/azure-37-minimum_versions.yaml, "not slow and not network and not clipboard", ""],
25-
[ci/deps/azure-37.yaml, "not slow and not network and not clipboard", ""],
26-
[ci/deps/azure-37-locale_slow.yaml, "slow", "language-pack-it xsel"]
23+
settings: [
24+
[ci/deps/actions-37-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
25+
[ci/deps/actions-37.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
26+
[ci/deps/actions-37-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
27+
[ci/deps/actions-37-slow.yaml, "slow", "", "", "", "", ""],
28+
[ci/deps/actions-38.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29+
[ci/deps/actions-38-slow.yaml, "slow", "", "", "", "", ""],
30+
[ci/deps/actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
31+
[ci/deps/actions-38-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
32+
[ci/deps/actions-39.yaml, "not slow and not network and not clipboard", "", "", "", "", ""]
2733
]
2834
fail-fast: true
2935
env:
3036
COVERAGE: true
31-
ENV_FILE: ${{ matrix.env-file[0] }}
32-
PATTERN: ${{ matrix.env-file[1] }}
33-
EXTRA_APT: ${{ matrix.env-file[2] }}
34-
37+
ENV_FILE: ${{ matrix.settings[0] }}
38+
PATTERN: ${{ matrix.settings[1] }}
39+
EXTRA_APT: ${{ matrix.settings[2] }}
40+
LANG: ${{ matrix.settings[3] }}
41+
LC_ALL: ${{ matrix.settings[4] }}
42+
PANDAS_TESTING_MODE: ${{ matrix.settings[5] }}
43+
TEST_ARGS: ${{ matrix.settings[6] }}
3544

3645
steps:
3746
- name: Checkout

ci/azure/posix.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ jobs:
1515
PATTERN: "not slow and not network"
1616

1717
steps:
18-
- script: |
19-
if [ "$(uname)" == "Linux" ]; then
20-
sudo apt-get update
21-
sudo apt-get install -y libc6-dev-i386 $EXTRA_APT
22-
fi
23-
displayName: 'Install extra packages'
24-
2518
- script: echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'
2619
displayName: 'Set conda path'
2720

ci/deps/azure-37-locale_slow.yaml renamed to ci/deps/actions-37-locale_slow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- pytest-cov
1212
- pytest-xdist>=1.21
1313
- hypothesis>=3.58.0
14-
- pytest-azurepipelines
1514

1615
# pandas dependencies
1716
- beautifulsoup4=4.6.0

ci/deps/azure-37-minimum_versions.yaml renamed to ci/deps/actions-37-minimum_versions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
- pytest-cov
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0
13-
- pytest-azurepipelines
1413
- psutil
1514

1615
# pandas dependencies

ci/deps/azure-37-slow.yaml renamed to ci/deps/actions-37-slow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- pytest-cov
1212
- pytest-xdist>=1.21
1313
- hypothesis>=3.58.0
14-
- pytest-azurepipelines
1514

1615
# pandas dependencies
1716
- beautifulsoup4

ci/deps/azure-37.yaml renamed to ci/deps/actions-37.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- pytest-cov
1212
- pytest-xdist>=1.21
1313
- hypothesis>=3.58.0
14-
- pytest-azurepipelines
1514

1615
# pandas dependencies
1716
- botocore>=1.11

ci/deps/azure-38-locale.yaml renamed to ci/deps/actions-38-locale.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- pytest-xdist>=1.21
1212
- pytest-asyncio>=0.12.0
1313
- hypothesis>=3.58.0
14-
- pytest-azurepipelines
1514

1615
# pandas dependencies
1716
- beautifulsoup4

ci/deps/azure-38-numpydev.yaml renamed to ci/deps/actions-38-numpydev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- pytest-cov
1010
- pytest-xdist>=1.21
1111
- hypothesis>=3.58.0
12-
- pytest-azurepipelines
1312

1413
# pandas dependencies
1514
- pytz
File renamed without changes.

ci/deps/azure-38.yaml renamed to ci/deps/actions-38.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- pytest-cov
1212
- pytest-xdist>=1.21
1313
- hypothesis>=3.58.0
14-
- pytest-azurepipelines
1514

1615
# pandas dependencies
1716
- numpy

ci/deps/azure-39.yaml renamed to ci/deps/actions-39.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
- pytest-cov
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0
13-
- pytest-azurepipelines
1413

1514
# pandas dependencies
1615
- numpy

0 commit comments

Comments
 (0)