fix freqai test
This commit is contained in:
parent
4464e91256
commit
c4a2ee05e7
@ -19,7 +19,7 @@ from tests.freqai.conftest import get_patched_freqai_strategy
|
|||||||
|
|
||||||
def is_arm() -> bool:
|
def is_arm() -> bool:
|
||||||
machine = platform.machine()
|
machine = platform.machine()
|
||||||
return "arm" in machine or "aarch74" in machine
|
return "arm" in machine or "aarch64" in machine
|
||||||
|
|
||||||
|
|
||||||
def is_mac() -> bool:
|
def is_mac() -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user