Skip to content

Commit

Permalink
Backport PR #46542: Reorder YAML (#46550)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Haag <jonas@lophus.org>
  • Loading branch information
meeseeksmachine and jonashaag committed Mar 29, 2022
1 parent ccdb97e commit eb27f7b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/posix.yml
Expand Up @@ -30,38 +30,38 @@ jobs:
# even if tests are skipped/xfailed
pyarrow_version: ["5", "6", "7"]
include:
- env_file: actions-38-downstream_compat.yaml
- name: "Downstream Compat"
env_file: actions-38-downstream_compat.yaml
pattern: "not slow and not network and not single_cpu"
pytest_target: "pandas/tests/test_downstream.py"
name: "Downstream Compat"
- env_file: actions-38-minimum_versions.yaml
- name: "Minimum Versions"
env_file: actions-38-minimum_versions.yaml
pattern: "not slow and not network and not single_cpu"
name: "Minimum Versions"
- env_file: actions-38.yaml
- name: "Locale: it_IT.utf8"
env_file: actions-38.yaml
pattern: "not slow and not network and not single_cpu"
extra_apt: "language-pack-it"
lang: "it_IT.utf8"
lc_all: "it_IT.utf8"
name: "Locale: it_IT.utf8"
- env_file: actions-38.yaml
- name: "Locale: zh_CN.utf8"
env_file: actions-38.yaml
pattern: "not slow and not network and not single_cpu"
extra_apt: "language-pack-zh-hans"
lang: "zh_CN.utf8"
lc_all: "zh_CN.utf8"
name: "Locale: zh_CN.utf8"
- env_file: actions-38.yaml
- name: "Data Manager"
env_file: actions-38.yaml
pattern: "not slow and not network and not single_cpu"
pandas_data_manager: "array"
name: "Data Manager"
- env_file: actions-pypy-38.yaml
- name: "Pypy"
env_file: actions-pypy-38.yaml
pattern: "not slow and not network and not single_cpu"
test_args: "--max-worker-restart 0"
name: "Pypy"
- env_file: actions-310-numpydev.yaml
- name: "Numpy Dev"
env_file: actions-310-numpydev.yaml
pattern: "not slow and not network and not single_cpu"
pandas_testing_mode: "deprecate"
test_args: "-W error"
name: "Numpy Dev"
fail-fast: false
name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
env:
Expand Down

0 comments on commit eb27f7b

Please sign in to comment.