@@ -24,11 +24,11 @@ jobs:
24
24
timeout-minutes : 120
25
25
strategy :
26
26
matrix :
27
- env_file : [actions-38.yaml] # , actions-39.yaml, actions-310.yaml]
28
- pattern : ["not single_cpu"] # , "single_cpu"]
27
+ env_file : [actions-38.yaml, actions-39.yaml, actions-310.yaml]
28
+ pattern : ["not single_cpu", "single_cpu"]
29
29
# Don't test pyarrow v2/3: Causes timeouts in read_csv engine
30
30
# even if tests are skipped/xfailed
31
- pyarrow_version : ["5"] # , "6", "7"]
31
+ pyarrow_version : ["5", "6", "7"]
32
32
include :
33
33
- name : " Downstream Compat"
34
34
env_file : actions-38-downstream_compat.yaml
@@ -62,15 +62,15 @@ jobs:
62
62
pattern : " not slow and not network and not single_cpu"
63
63
pandas_testing_mode : " deprecate"
64
64
test_args : " -W error::DeprecationWarning:numpy"
65
- # exclude:
66
- # - env_file: actions-39.yaml
67
- # pyarrow_version: "6"
68
- # - env_file: actions-39.yaml
69
- # pyarrow_version: "7"
70
- # - env_file: actions-310.yaml
71
- # pyarrow_version: "6"
72
- # - env_file: actions-310.yaml
73
- # pyarrow_version: "7"
65
+ exclude :
66
+ - env_file : actions-39.yaml
67
+ pyarrow_version : " 6"
68
+ - env_file : actions-39.yaml
69
+ pyarrow_version : " 7"
70
+ - env_file : actions-310.yaml
71
+ pyarrow_version : " 6"
72
+ - env_file : actions-310.yaml
73
+ pyarrow_version : " 7"
74
74
fail-fast : false
75
75
name : ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
76
76
env :
0 commit comments