Skip to content

Commit

Permalink
retry skipping in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Jan 3, 2025
1 parent c384102 commit e32437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pypesto/test_pypesto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit e32437f

Please sign in to comment.