Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
shell: bash
run: |
export PIP_FIND_LINKS=https://makslevental.github.io/wheels
pip install .[test,mlir] -v
HOST_MLIR_PYTHON_PACKAGE_PREFIX=jaxlib.mlir pip install .[test,jax] -v

- name: Test
Expand Down
2 changes: 2 additions & 0 deletions tests/test_other_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

@pytest.mark.skipif(jax_not_installed(), reason="jax not installed")
def test_jax_trampolines_smoke():
from mlir import ir
from jaxlib.mlir import ir
# noinspection PyUnresolvedReferences
from jaxlib.mlir.extras import context
# noinspection PyUnresolvedReferences
Expand Down