From dd07008cbcf448ae176c19ebb1e38288b21f2c2e Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Fri, 5 Jan 2024 07:25:21 +0100 Subject: [PATCH] GHA: require antimony!=2.14 (#2256) Fixes current GHA macOS test failures (see sys-bio/antimony#92). --- python/sdist/setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/sdist/setup.cfg b/python/sdist/setup.cfg index b0945eca6e..8e8797fda7 100644 --- a/python/sdist/setup.cfg +++ b/python/sdist/setup.cfg @@ -52,7 +52,10 @@ test = pytest-rerunfailures coverage shyaml - antimony + antimony>=2.13 + # see https://github.com/sys-bio/antimony/issues/92 + # unsupported x86_64 / x86_64h + antimony!=2.14; platform_system=='Darwin' and platform_machine in 'x86_64h' vis = matplotlib seaborn