Skip to content

Commit

Permalink
GHA: require antimony!=2.14 (#2256)
Browse files Browse the repository at this point in the history
Fixes current GHA macOS test failures (see sys-bio/antimony#92).
  • Loading branch information
dweindl authored Jan 5, 2024
1 parent 4df1e8f commit dd07008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/sdist/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd07008

Please sign in to comment.