CI: disable python test on mac

See #1937
This commit is contained in:
Alexey Sokolov
2025-03-01 10:13:40 +01:00
parent a85533b15a
commit 2e685e6a1f

View File

@@ -121,6 +121,9 @@ jobs:
brew update
brew install icu4c qt6 gettext pkg-config cpanminus boost argon2 swig
- run: source .github/build.sh
env:
# https://github.com/znc/znc/issues/1937
GTEST_FILTER: "-*Modpython*"
- uses: codecov/codecov-action@v4
docker: