Skip to content

Commit

Permalink
fix skip
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 11, 2024
1 parent ef70135 commit be02814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lmp/tests/test_lammps_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
write_lmp_data,
)

pytest.skipif(
pytestmark = pytest.mark.skipif(
os.environ.get("CUDA_VISIBLE_DEVICES", "") != "",
reason="The model is generated with CPU",
allow_module_level=True,
Expand Down

0 comments on commit be02814

Please sign in to comment.