Skip to content

Commit

Permalink
Added yield statement to not return set_device_arm until after all te…
Browse files Browse the repository at this point in the history
…sts done
  • Loading branch information
IgorTatarnikov committed May 29, 2024
1 parent 13c64e4 commit a31ee29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ def set_device_arm_macos_ci():
keras.src.backend.common.global_state.set_global_attribute(
"torch_device", "cpu"
)

yield

0 comments on commit a31ee29

Please sign in to comment.