Skip to content

Commit 0a2981a

Browse files
Enable CoW in the string test build
1 parent 05f0acb commit 0a2981a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ jobs:
8989
- name: "Future infer strings"
9090
env_file: actions-312.yaml
9191
pandas_future_infer_string: "1"
92+
pandas_copy_on_write: "1"
9293
- name: "Future infer strings (without pyarrow)"
9394
env_file: actions-311.yaml
9495
pandas_future_infer_string: "1"
96+
pandas_copy_on_write: "1"
9597
- name: "Pypy"
9698
env_file: actions-pypy-39.yaml
9799
pattern: "not slow and not network and not single_cpu"

0 commit comments

Comments
 (0)