summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-02-22 18:54:21 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-02-22 18:54:21 +0100
commit18c935379de09788d16d813f1507a209d3229783 (patch)
tree7cfdc80c18a221236995114f43806991e9e1c3b1
parentc4f284906b9bdd50d3cfbe0a340502ed381eba82 (diff)
downloadpython-lxml-18c935379de09788d16d813f1507a209d3229783.tar.gz
Enable Cython's refnanny for the CPython "-dev" version builds (but still allow the existing 3.11-dev builds to fail).
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d9109cb..db411b62 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,7 +37,11 @@ jobs:
# Temporary - Allow failure on all 3.11-dev jobs until beta comes out.
- os: ubuntu-18.04
python-version: 3.11-dev
+ allowed_failure: true
+ - os: ubuntu-18.04
+ python-version: 3.11-dev
env: {STATIC_DEPS: true, WITH_REFNANNY: true}
+ extra_hash: "-refnanny"
allowed_failure: true
# Coverage setup
- os: ubuntu-18.04