@@ -27,18 +27,18 @@ jobs:
2727 strategy :
2828 matrix :
2929 platform : [ubuntu-24.04, ubuntu-24.04-arm]
30- env_file : [actions-310.yaml, actions- 311.yaml, actions-312.yaml, actions-313.yaml]
30+ env_file : [actions-311.yaml, actions-312.yaml, actions-313.yaml]
3131 # Prevent the include jobs from overriding other jobs
3232 pattern : [""]
3333 pandas_future_infer_string : ["1"]
3434 include :
3535 - name : " Downstream Compat"
36- env_file : actions-311 -downstream_compat.yaml
36+ env_file : actions-313 -downstream_compat.yaml
3737 pattern : " not slow and not network and not single_cpu"
3838 pytest_target : " pandas/tests/test_downstream.py"
3939 platform : ubuntu-24.04
4040 - name : " Minimum Versions"
41- env_file : actions-310 -minimum_versions.yaml
41+ env_file : actions-311 -minimum_versions.yaml
4242 pattern : " not slow and not network and not single_cpu"
4343 platform : ubuntu-24.04
4444 - name : " Freethreading"
5050 pattern : " not slow and not network and not single_cpu"
5151 platform : ubuntu-24.04
5252 - name : " Locale: it_IT"
53- env_file : actions-311 .yaml
53+ env_file : actions-313 .yaml
5454 pattern : " not slow and not network and not single_cpu"
5555 extra_apt : " language-pack-it"
5656 # Use the utf8 version as the default, it has no bad side-effect.
6161 extra_loc : " it_IT"
6262 platform : ubuntu-24.04
6363 - name : " Locale: zh_CN"
64- env_file : actions-311 .yaml
64+ env_file : actions-313 .yaml
6565 pattern : " not slow and not network and not single_cpu"
6666 extra_apt : " language-pack-zh-hans"
6767 # Use the utf8 version as the default, it has no bad side-effect.
@@ -72,16 +72,16 @@ jobs:
7272 extra_loc : " zh_CN"
7373 platform : ubuntu-24.04
7474 - name : " PANDAS_FUTURE_INFER_STRING=0"
75- env_file : actions-312 .yaml
75+ env_file : actions-313 .yaml
7676 pandas_future_infer_string : " 0"
7777 platform : ubuntu-24.04
7878 - name : " Numpy Dev"
79- env_file : actions-311 -numpydev.yaml
79+ env_file : actions-313 -numpydev.yaml
8080 pattern : " not slow and not network and not single_cpu"
8181 test_args : " -W error::DeprecationWarning -W error::FutureWarning"
8282 platform : ubuntu-24.04
8383 - name : " Pyarrow Nightly"
84- env_file : actions-311 -pyarrownightly.yaml
84+ env_file : actions-313 -pyarrownightly.yaml
8585 pattern : " not slow and not network and not single_cpu"
8686 platform : ubuntu-24.04
8787 fail-fast : false
@@ -183,7 +183,7 @@ jobs:
183183 matrix :
184184 # Note: Don't use macOS latest since macos 14 appears to be arm64 only
185185 os : [macos-13, macos-14, windows-latest]
186- env_file : [actions-310.yaml, actions- 311.yaml, actions-312.yaml, actions-313.yaml]
186+ env_file : [actions-311.yaml, actions-312.yaml, actions-313.yaml]
187187 fail-fast : false
188188 runs-on : ${{ matrix.os }}
189189 name : ${{ format('{0} {1}', matrix.os, matrix.env_file) }}
0 commit comments