We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7856c02 commit 1e90f9eCopy full SHA for 1e90f9e
.github/workflows/unit-tests.yml
@@ -57,7 +57,15 @@ jobs:
57
# Also install zh_CN (its encoding is gb2312) but do not activate it.
58
# It will be temporarily activated during tests with locale.setlocale
59
extra_loc: "zh_CN"
60
- - name: "Copy-on-Write"
+ - 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
67
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"
0 commit comments