소스 검색

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

CPK 1 개월 전
부모
커밋
d943e1153f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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