summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-23 11:04:23 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-23 11:04:23 +0100
commit170e9ea86ec9b37c922a65956e13bb216f6b9682 (patch)
treea64b6ff79156c2499ba7745c28b823304f9a4fb7
parenta03a4b3c6b906d33c5ef1a15f3d5ca5fff600c76 (diff)
downloadpython-lxml-170e9ea86ec9b37c922a65956e13bb216f6b9682.tar.gz
Make CI failures show up also on macOS.
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 605cf7c3..7884bca0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -106,8 +106,8 @@ jobs:
# MacOS sub-jobs
# ==============
- - os: macos-latest
- allowed_failure: true # Unicode parsing fails in Py3
+ #- os: macos-latest
+ # allowed_failure: true # Unicode parsing fails in Py3
exclude:
- os: ubuntu-latest