|
27 | 27 | strategy:
|
28 | 28 | matrix:
|
29 | 29 | platform: [ubuntu-22.04, ubuntu-24.04-arm]
|
30 |
| - env_file: [actions-39.yaml, actions-310.yaml, actions-311.yaml, actions-312.yaml] |
| 30 | + env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml] |
31 | 31 | # Prevent the include jobs from overriding other jobs
|
32 | 32 | pattern: [""]
|
33 | 33 | pandas_future_infer_string: ["0"]
|
|
38 | 38 | pytest_target: "pandas/tests/test_downstream.py"
|
39 | 39 | platform: ubuntu-22.04
|
40 | 40 | - name: "Minimum Versions"
|
41 |
| - env_file: actions-39-minimum_versions.yaml |
| 41 | + env_file: actions-310-minimum_versions.yaml |
42 | 42 | pattern: "not slow and not network and not single_cpu"
|
43 | 43 | platform: ubuntu-22.04
|
44 | 44 | - name: "Locale: it_IT"
|
|
63 | 63 | # It will be temporarily activated during tests with locale.setlocale
|
64 | 64 | extra_loc: "zh_CN"
|
65 | 65 | platform: ubuntu-22.04
|
66 |
| - - name: "Copy-on-Write 3.9" |
67 |
| - env_file: actions-39.yaml |
68 |
| - pattern: "not slow and not network and not single_cpu" |
69 |
| - pandas_copy_on_write: "1" |
70 |
| - platform: ubuntu-22.04 |
71 | 66 | - name: "Copy-on-Write 3.10"
|
72 | 67 | env_file: actions-310.yaml
|
73 | 68 | pattern: "not slow and not network and not single_cpu"
|
|
93 | 88 | pattern: "not slow and not network and not single_cpu"
|
94 | 89 | pandas_copy_on_write: "warn"
|
95 | 90 | platform: ubuntu-22.04
|
96 |
| - - name: "Copy-on-Write 3.9 (warnings)" |
97 |
| - env_file: actions-39.yaml |
98 |
| - pattern: "not slow and not network and not single_cpu" |
99 |
| - pandas_copy_on_write: "warn" |
100 |
| - platform: ubuntu-22.04 |
101 | 91 | - name: "Future infer strings"
|
102 | 92 | env_file: actions-312.yaml
|
103 | 93 | pandas_future_infer_string: "1"
|
@@ -228,7 +218,7 @@ jobs:
|
228 | 218 | matrix:
|
229 | 219 | # Note: Don't use macOS latest since macos 14 appears to be arm64 only
|
230 | 220 | os: [macos-13, macos-14, windows-latest]
|
231 |
| - env_file: [actions-39.yaml, actions-310.yaml, actions-311.yaml, actions-312.yaml] |
| 221 | + env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml] |
232 | 222 | fail-fast: false
|
233 | 223 | runs-on: ${{ matrix.os }}
|
234 | 224 | name: ${{ format('{0} {1}', matrix.os, matrix.env_file) }}
|
|
0 commit comments