Browse Source

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

CPK 1 month ago
parent
commit
d943e1153f
1 changed files with 1 additions and 1 deletions
  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