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 24fdde6 commit b506bfbCopy full SHA for b506bfb
.github/workflows/unit-tests.yml
@@ -73,6 +73,14 @@ jobs:
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: "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
83
84
- name: "Pypy"
85
env_file: actions-pypy-39.yaml
86
0 commit comments