From e32437f829a9c53dc546fe8c38ea16eb1f6e638f Mon Sep 17 00:00:00 2001 From: Dilan Pathirana <59329744+dilpath@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:20:52 +0100 Subject: [PATCH] retry skipping in CI --- test/pypesto/test_pypesto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pypesto/test_pypesto.py b/test/pypesto/test_pypesto.py index 7d7bf37..c508d5c 100644 --- a/test/pypesto/test_pypesto.py +++ b/test/pypesto/test_pypesto.py @@ -113,7 +113,7 @@ def get_series(model, dict_attribute) -> pd.Series: @pytest.mark.skipif( - os.getenv("CI"), + os.getenv("GITHUB_ACTIONS"), reason="Too CPU heavy for CI.", ) def test_famos_cli():