Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy authored Aug 16, 2023
1 parent 8ab26fc commit f450d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@pytest.fixture(autouse=True)
def run_around_tests(dev_str, f, compile_graph, fw):
if "gpu" in device and fw == "numpy":
if "gpu" in dev_str and fw == "numpy":
# Numpy does not support GPU
pytest.skip()
with ivy.utils.backend.ContextManager(fw):
Expand Down

0 comments on commit f450d12

Please sign in to comment.