Skip to content

Commit be02814

Browse files
committed
fix skip
Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent ef70135 commit be02814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lmp/tests/test_lammps_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
write_lmp_data,
2020
)
2121

22-
pytest.skipif(
22+
pytestmark = pytest.mark.skipif(
2323
os.environ.get("CUDA_VISIBLE_DEVICES", "") != "",
2424
reason="The model is generated with CPU",
2525
allow_module_level=True,

0 commit comments

Comments
 (0)