|
27 | 27 | env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml, actions-311.yaml]
|
28 | 28 | # Prevent the include jobs from overriding other jobs
|
29 | 29 | pattern: [""]
|
30 |
| - pyarrow_version: ["8", "9", "10"] |
31 | 30 | include:
|
32 | 31 | - name: "Downstream Compat"
|
33 | 32 | env_file: actions-38-downstream_compat.yaml
|
@@ -75,21 +74,11 @@ jobs:
|
75 | 74 | # TODO(cython3): Re-enable once next-beta(after beta 1) comes out
|
76 | 75 | # There are some warnings failing the build with -werror
|
77 | 76 | pandas_ci: "0"
|
78 |
| - exclude: |
79 |
| - - env_file: actions-38.yaml |
80 |
| - pyarrow_version: "8" |
81 |
| - - env_file: actions-38.yaml |
82 |
| - pyarrow_version: "9" |
83 |
| - - env_file: actions-39.yaml |
84 |
| - pyarrow_version: "8" |
85 |
| - - env_file: actions-39.yaml |
86 |
| - pyarrow_version: "9" |
87 |
| - - env_file: actions-310.yaml |
88 |
| - pyarrow_version: "8" |
89 |
| - - env_file: actions-310.yaml |
90 |
| - pyarrow_version: "9" |
| 77 | + - name: "Pyarrow Nightly" |
| 78 | + env_file: actions-311-pyarrownightly.yaml |
| 79 | + pattern: "not slow and not network and not single_cpu" |
91 | 80 | fail-fast: false
|
92 |
| - name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }} |
| 81 | + name: ${{ matrix.name || matrix.env_file }} |
93 | 82 | env:
|
94 | 83 | ENV_FILE: ci/deps/${{ matrix.env_file }}
|
95 | 84 | PATTERN: ${{ matrix.pattern }}
|
|
107 | 96 | COVERAGE: ${{ !contains(matrix.env_file, 'pypy') }}
|
108 | 97 | concurrency:
|
109 | 98 | # https://github.community/t/concurrecy-not-work-for-push/183068/7
|
110 |
| - group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.pyarrow_version || '' }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_data_manager || '' }} |
| 99 | + group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_data_manager || '' }} |
111 | 100 | cancel-in-progress: true
|
112 | 101 |
|
113 | 102 | services:
|
@@ -166,7 +155,6 @@ jobs:
|
166 | 155 | uses: ./.github/actions/setup-conda
|
167 | 156 | with:
|
168 | 157 | environment-file: ${{ env.ENV_FILE }}
|
169 |
| - pyarrow-version: ${{ matrix.pyarrow_version }} |
170 | 158 |
|
171 | 159 | - name: Build Pandas
|
172 | 160 | id: build
|
|
0 commit comments