Skip to content

Commit bc8cc69

Browse files
authored
add platform for includes jobs
1 parent 72d7e0d commit bc8cc69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
env_file: actions-311-downstream_compat.yaml
3737
pattern: "not slow and not network and not single_cpu"
3838
pytest_target: "pandas/tests/test_downstream.py"
39+
platform: ubuntu-22.04
3940
- name: "Minimum Versions"
4041
env_file: actions-310-minimum_versions.yaml
4142
pattern: "not slow and not network and not single_cpu"
43+
platform: ubuntu-22.04
4244
- name: "Locale: it_IT"
4345
env_file: actions-311.yaml
4446
pattern: "not slow and not network and not single_cpu"
@@ -49,6 +51,7 @@ jobs:
4951
# Also install it_IT (its encoding is ISO8859-1) but do not activate it.
5052
# It will be temporarily activated during tests with locale.setlocale
5153
extra_loc: "it_IT"
54+
platform: ubuntu-22.04
5255
- name: "Locale: zh_CN"
5356
env_file: actions-311.yaml
5457
pattern: "not slow and not network and not single_cpu"
@@ -59,23 +62,29 @@ jobs:
5962
# Also install zh_CN (its encoding is gb2312) but do not activate it.
6063
# It will be temporarily activated during tests with locale.setlocale
6164
extra_loc: "zh_CN"
65+
platform: ubuntu-22.04
6266
- name: "Future infer strings"
6367
env_file: actions-312.yaml
6468
pandas_future_infer_string: "1"
69+
platform: ubuntu-22.04
6570
- name: "Future infer strings (without pyarrow)"
6671
env_file: actions-311.yaml
6772
pandas_future_infer_string: "1"
73+
platform: ubuntu-22.04
6874
- name: "Pypy"
6975
env_file: actions-pypy-39.yaml
7076
pattern: "not slow and not network and not single_cpu"
7177
test_args: "--max-worker-restart 0"
78+
platform: ubuntu-22.04
7279
- name: "Numpy Dev"
7380
env_file: actions-311-numpydev.yaml
7481
pattern: "not slow and not network and not single_cpu"
7582
test_args: "-W error::DeprecationWarning -W error::FutureWarning"
83+
platform: ubuntu-22.04
7684
- name: "Pyarrow Nightly"
7785
env_file: actions-311-pyarrownightly.yaml
7886
pattern: "not slow and not network and not single_cpu"
87+
platform: ubuntu-22.04
7988
fail-fast: false
8089
name: ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}-${{ matrix.platform }}
8190
env:

0 commit comments

Comments
 (0)