Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Sep 20, 2024
1 parent ceada90 commit 4bc80cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/test_func_jax_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import pytest


pytest.skip("Github CI is running forever for the tests in this file.", allow_module_level=True)
pytest.skip(
"Github CI is running forever for the tests in this file.", allow_module_level=True
)

jax = pytest.importorskip("jax")
import jax.numpy as jnp # noqa: E402
Expand Down

0 comments on commit 4bc80cf

Please sign in to comment.