File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 (warnings)"
72
+ - name : " Copy-on-Write 3.11 (warnings)"
73
73
env_file : actions-311.yaml
74
74
pattern : " not slow and not network and not single_cpu"
75
75
pandas_copy_on_write : " warn"
98
98
PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas' }}
99
99
concurrency :
100
100
# https://github.community/t/concurrecy-not-work-for-push/183068/7
101
- group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}
101
+ group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_copy_on_write || '' }}
102
102
cancel-in-progress : true
103
103
104
104
services :
You can’t perform that action at this time.
0 commit comments