|
30 | 30 | env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml, actions-313.yaml]
|
31 | 31 | # Prevent the include jobs from overriding other jobs
|
32 | 32 | pattern: [""]
|
33 |
| - pandas_future_infer_string: ["0"] |
| 33 | + pandas_future_infer_string: ["1"] |
34 | 34 | include:
|
35 | 35 | - name: "Downstream Compat"
|
36 | 36 | env_file: actions-311-downstream_compat.yaml
|
|
45 | 45 | env_file: actions-313-freethreading.yaml
|
46 | 46 | pattern: "not slow and not network and not single_cpu"
|
47 | 47 | platform: ubuntu-24.04
|
| 48 | + - name: "Without PyArrow" |
| 49 | + env_file: actions-312.yaml |
| 50 | + pattern: "not slow and not network and not single_cpu" |
| 51 | + platform: ubuntu-24.04 |
48 | 52 | - name: "Locale: it_IT"
|
49 | 53 | env_file: actions-311.yaml
|
50 | 54 | pattern: "not slow and not network and not single_cpu"
|
|
67 | 71 | # It will be temporarily activated during tests with locale.setlocale
|
68 | 72 | extra_loc: "zh_CN"
|
69 | 73 | platform: ubuntu-24.04
|
70 |
| - - name: "Future infer strings" |
| 74 | + - name: "Past no infer strings" |
71 | 75 | env_file: actions-312.yaml
|
72 |
| - pandas_future_infer_string: "1" |
73 |
| - platform: ubuntu-24.04 |
74 |
| - - name: "Future infer strings (without pyarrow)" |
75 |
| - env_file: actions-311.yaml |
76 |
| - pandas_future_infer_string: "1" |
| 76 | + pandas_future_infer_string: "0" |
77 | 77 | platform: ubuntu-24.04
|
78 | 78 | - name: "Numpy Dev"
|
79 | 79 | env_file: actions-311-numpydev.yaml
|
|
83 | 83 | - name: "Pyarrow Nightly"
|
84 | 84 | env_file: actions-311-pyarrownightly.yaml
|
85 | 85 | pattern: "not slow and not network and not single_cpu"
|
86 |
| - pandas_future_infer_string: "1" |
87 | 86 | platform: ubuntu-24.04
|
88 | 87 | fail-fast: false
|
89 | 88 | name: ${{ matrix.name || format('{0} {1}', matrix.platform, matrix.env_file) }}
|
|
98 | 97 | PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
|
99 | 98 | # Clipboard tests
|
100 | 99 | QT_QPA_PLATFORM: offscreen
|
101 |
| - REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }} |
| 100 | + REMOVE_PYARROW: ${{ matrix.name == 'Without PyArrow' && '1' || '0' }} |
102 | 101 | concurrency:
|
103 | 102 | # https://github.community/t/concurrecy-not-work-for-push/183068/7
|
104 | 103 | group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_future_infer_string }}-${{ matrix.platform }}
|
|
0 commit comments