|
26 | 26 | timeout-minutes: 180
|
27 | 27 | strategy:
|
28 | 28 | matrix:
|
29 |
| - env_file: [actions-39.yaml, actions-310.yaml, actions-311.yaml] |
| 29 | + env_file: [actions-39.yaml, actions-310.yaml, actions-311.yaml, actions-312.yaml] |
30 | 30 | # Prevent the include jobs from overriding other jobs
|
31 | 31 | pattern: [""]
|
32 | 32 | include:
|
|
69 | 69 | env_file: actions-311.yaml
|
70 | 70 | pattern: "not slow and not network and not single_cpu"
|
71 | 71 | pandas_copy_on_write: "1"
|
| 72 | + - name: "Copy-on-Write 3.12" |
| 73 | + env_file: actions-312.yaml |
| 74 | + pattern: "not slow and not network and not single_cpu" |
| 75 | + pandas_copy_on_write: "1" |
| 76 | + - name: "Copy-on-Write 3.11 (warnings)" |
| 77 | + env_file: actions-311.yaml |
| 78 | + pattern: "not slow and not network and not single_cpu" |
| 79 | + pandas_copy_on_write: "warn" |
| 80 | + - name: "Copy-on-Write 3.10 (warnings)" |
| 81 | + env_file: actions-310.yaml |
| 82 | + pattern: "not slow and not network and not single_cpu" |
| 83 | + pandas_copy_on_write: "warn" |
| 84 | + - name: "Copy-on-Write 3.9 (warnings)" |
| 85 | + env_file: actions-39.yaml |
| 86 | + pattern: "not slow and not network and not single_cpu" |
| 87 | + pandas_copy_on_write: "warn" |
72 | 88 | - name: "Pypy"
|
73 | 89 | env_file: actions-pypy-39.yaml
|
74 | 90 | pattern: "not slow and not network and not single_cpu"
|
@@ -177,7 +193,7 @@ jobs:
|
177 | 193 | strategy:
|
178 | 194 | matrix:
|
179 | 195 | os: [macos-latest, windows-latest]
|
180 |
| - env_file: [actions-39.yaml, actions-310.yaml, actions-311.yaml] |
| 196 | + env_file: [actions-39.yaml, actions-310.yaml, actions-311.yaml, actions-312.yaml] |
181 | 197 | fail-fast: false
|
182 | 198 | runs-on: ${{ matrix.os }}
|
183 | 199 | name: ${{ format('{0} {1}', matrix.os, matrix.env_file) }}
|
@@ -308,7 +324,7 @@ jobs:
|
308 | 324 | # To freeze this file, uncomment out the ``if: false`` condition, and migrate the jobs
|
309 | 325 | # to the corresponding posix/windows-macos/sdist etc. workflows.
|
310 | 326 | # Feel free to modify this comment as necessary.
|
311 |
| - #if: false # Uncomment this to freeze the workflow, comment it to unfreeze |
| 327 | + if: false # Uncomment this to freeze the workflow, comment it to unfreeze |
312 | 328 | defaults:
|
313 | 329 | run:
|
314 | 330 | shell: bash -eou pipefail {0}
|
|
0 commit comments