diff --git a/.github/workflows/file-check.yml b/.github/workflows/file-check.yml index 2310570..62f821e 100644 --- a/.github/workflows/file-check.yml +++ b/.github/workflows/file-check.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Install langchain run: | - pipx install -U langchain + pip install -U langchain - name: Analysing the files with our Make command run: | make file-check