Skip to content

Commit

Permalink
FIX: mark macos also as CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 22, 2025
1 parent e48212b commit 2901494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sympy/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from qrules.transition import SpinFormalism


_GH = "CI" in os.environ and os.uname().sysname != "Darwin"
_GH = "CI" in os.environ


@pytest.mark.parametrize(
Expand Down

0 comments on commit 2901494

Please sign in to comment.