|
57 | 57 | # Also install zh_CN (its encoding is gb2312) but do not activate it.
|
58 | 58 | # It will be temporarily activated during tests with locale.setlocale
|
59 | 59 | extra_loc: "zh_CN"
|
60 |
| - - name: "Copy-on-Write 3.9" |
61 |
| - env_file: actions-39.yaml |
62 |
| - pattern: "not slow and not network and not single_cpu" |
63 |
| - pandas_copy_on_write: "1" |
64 |
| - - name: "Copy-on-Write 3.10" |
65 |
| - env_file: actions-310.yaml |
66 |
| - pattern: "not slow and not network and not single_cpu" |
67 |
| - pandas_copy_on_write: "1" |
68 |
| - - name: "Copy-on-Write 3.11" |
69 |
| - env_file: actions-311.yaml |
70 |
| - pattern: "not slow and not network and not single_cpu" |
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 | 60 | - name: "Pypy"
|
77 | 61 | env_file: actions-pypy-39.yaml
|
78 | 62 | pattern: "not slow and not network and not single_cpu"
|
|
101 | 85 | PATTERN: ${{ matrix.pattern }}
|
102 | 86 | LANG: ${{ matrix.lang || 'C.UTF-8' }}
|
103 | 87 | LC_ALL: ${{ matrix.lc_all || '' }}
|
104 |
| - PANDAS_COPY_ON_WRITE: ${{ matrix.pandas_copy_on_write || '0' }} |
105 | 88 | PANDAS_CI: ${{ matrix.pandas_ci || '1' }}
|
106 | 89 | TEST_ARGS: ${{ matrix.test_args || '' }}
|
107 | 90 | PYTEST_WORKERS: ${{ matrix.pytest_workers || 'auto' }}
|
|
111 | 94 | QT_QPA_PLATFORM: offscreen
|
112 | 95 | concurrency:
|
113 | 96 | # https://github.community/t/concurrecy-not-work-for-push/183068/7
|
114 |
| - group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_copy_on_write || '' }} |
| 97 | + group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}} |
115 | 98 | cancel-in-progress: true
|
116 | 99 |
|
117 | 100 | services:
|
|
0 commit comments