Explorar el Código

yes pip, the .txt I provided is a requirements file

CPK hace 1 mes
padre
commit
d943e1153f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/localization-key-reference.yml

+ 1 - 1
.github/workflows/localization-key-reference.yml

@@ -18,6 +18,6 @@ jobs:
           cache: 'pip'
           cache-dependency-path: .github/workflows/localization/check-key-references.pip.txt
       - name: Install dependencies
-        run: pip install .github/workflows/localization/check-key-references.pip.txt
+        run: pip install -r .github/workflows/localization/check-key-references.pip.txt
       - name: Check Localization Key References
         run: python .github/workflows/localization/check-key-references.py