Просмотр исходного кода

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 1 месяц назад
Родитель
Сommit
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: