فهرست منبع

ci (yamltests): set PYTHONPATH

util functions need the search path to include current directory to
find python files under custom_components/tuya_local
Jason Rumney 4 ماه پیش
والد
کامیت
1a1490972b
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      .github/workflows/yamltests.yml

+ 3 - 0
.github/workflows/yamltests.yml

@@ -22,6 +22,9 @@ jobs:
       matrix:
         python-version: ['3.13']
 
+    env:
+      PYTHONPATH: .
+
     steps:
       - uses: actions/checkout@v4
         with: