Skip to content

Commit 25de749

Browse files
also enable CoW when enabling future.infer_string
1 parent a2e6fb7 commit 25de749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
env_file: actions-311-pyarrownightly.yaml
107107
pattern: "not slow and not network and not single_cpu"
108108
pandas_future_infer_string: "1"
109+
pandas_copy_on_write: "1"
109110
fail-fast: false
110111
name: ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}
111112
env:

0 commit comments

Comments
 (0)