Explorar o código

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 hai 4 meses
pai
achega
1a1490972b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: