Skip to content

Commit 3b6e241

Browse files
committed
test
1 parent 759a1f3 commit 3b6e241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke_test/smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def smoke_test_modules():
214214
subprocess.check_output(f"git clone --depth 1 {module['repo']}", stderr=subprocess.STDOUT, shell=True)
215215
try:
216216
smoke_test_command = f"python3 {module['smoke_test']}"
217-
if target_os == 'windows' or (target_os == 'macos-arm64' and package_type == 'conda'):
217+
if target_os == 'windows':
218218
smoke_test_command = f"python {module['smoke_test']}"
219219
output = subprocess.check_output(
220220
smoke_test_command, stderr=subprocess.STDOUT, shell=True,

0 commit comments

Comments
 (0)