From d85d9c1bf3349327acc61468373d4174a7dca6e6 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 10 Jan 2023 22:49:24 -0800 Subject: [PATCH] cr --- .github/workflows/file-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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