summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-02-22 18:15:01 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-02-22 18:15:01 +0100
commitc4f284906b9bdd50d3cfbe0a340502ed381eba82 (patch)
treeb97b3c7ff0a5a31b4b5efa6192468f2a7cf21705
parent04433d3e5516870efa3e283327b88ec6875c2441 (diff)
downloadpython-lxml-c4f284906b9bdd50d3cfbe0a340502ed381eba82.tar.gz
Enable Cython's refnanny for the CPython "-dev" version builds.
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 46d08082..3d9109cb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
# Temporary - Allow failure on all 3.11-dev jobs until beta comes out.
- os: ubuntu-18.04
python-version: 3.11-dev
+ env: {STATIC_DEPS: true, WITH_REFNANNY: true}
allowed_failure: true
# Coverage setup
- os: ubuntu-18.04