Skip to content

Commit b506bfb

Browse files
committed
Add CoW warning builds
1 parent 24fdde6 commit b506bfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ jobs:
7373
env_file: actions-311.yaml
7474
pattern: "not slow and not network and not single_cpu"
7575
pandas_copy_on_write: "warn"
76+
- name: "Copy-on-Write 3.10 (warnings)"
77+
env_file: actions-310.yaml
78+
pattern: "not slow and not network and not single_cpu"
79+
pandas_copy_on_write: "warn"
80+
- name: "Copy-on-Write 3.9 (warnings)"
81+
env_file: actions-39.yaml
82+
pattern: "not slow and not network and not single_cpu"
83+
pandas_copy_on_write: "warn"
7684
- name: "Pypy"
7785
env_file: actions-pypy-39.yaml
7886
pattern: "not slow and not network and not single_cpu"

0 commit comments

Comments
 (0)