ci: add examples/openthread to PYTHONPATH

This commit is contained in:
Fu Hanxi
2025-07-16 12:45:54 +02:00
parent 76181e5fce
commit c5a562e6e0

View File

@@ -7,10 +7,12 @@ import random
import re import re
import secrets import secrets
import subprocess import subprocess
import sys
import threading import threading
import time import time
from typing import Tuple from typing import Tuple
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
import ot_ci_function as ocf import ot_ci_function as ocf
import pexpect import pexpect
import pytest import pytest