Przeglądaj źródła

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 tygodni temu
rodzic
commit
1a1490972b
1 zmienionych plików z 3 dodań i 0 usunięć
  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: