Skip to content

Commit

Permalink
rename FIREDRAKE_CI_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Feb 21, 2025
1 parent f4c0e02 commit 62f370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/firedrake/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def pytest_collection_modifyitems(session, config, items):
item.add_marker(pytest.mark.skip("MUMPS not installed with PETSc"))

import os
if os.getenv("FIREDRAKE_CI_TESTS") != "1":
if os.getenv("FIREDRAKE_CI") != "1":
if not torch_backend:
if item.get_closest_marker("skiptorch") is not None:
item.add_marker(pytest.mark.skip(reason="Test makes no sense if PyTorch is not installed"))
Expand Down

0 comments on commit 62f370a

Please sign in to comment.