Skip to content

Commit 01a6b17

Browse files
authored
Test sym vis (#118)
1 parent d741af3 commit 01a6b17

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
shell: bash
9797
run: |
9898
export PIP_FIND_LINKS=https://makslevental.github.io/wheels
99+
pip install .[test,mlir] -v
99100
HOST_MLIR_PYTHON_PACKAGE_PREFIX=jaxlib.mlir pip install .[test,jax] -v
100101
101102
- name: Test

tests/test_other_hosts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
@pytest.mark.skipif(jax_not_installed(), reason="jax not installed")
77
def test_jax_trampolines_smoke():
8+
from mlir import ir
9+
from jaxlib.mlir import ir
810
# noinspection PyUnresolvedReferences
911
from jaxlib.mlir.extras import context
1012
# noinspection PyUnresolvedReferences

0 commit comments

Comments
 (0)