We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aefbf commit 5f00be7Copy full SHA for 5f00be7
.github/workflows/unit-tests.yml
@@ -69,6 +69,10 @@ jobs:
69
env_file: actions-311.yaml
70
pattern: "not slow and not network and not single_cpu"
71
pandas_copy_on_write: "1"
72
+ - name: "Copy-on-Write (warnings)"
73
+ env_file: actions-311.yaml
74
+ pattern: "not slow and not network and not single_cpu"
75
+ pandas_copy_on_write: "warn"
76
- name: "Pypy"
77
env_file: actions-pypy-39.yaml
78
0 commit comments