From 77faab537071036c76887414429c1b7b384b464e Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 17 Dec 2024 15:21:35 -0800 Subject: [PATCH] Try install dependencies first --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 841f40c..c6b8a6d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,7 +13,7 @@ jobs: python-version: 3.x - name: Install requirements run: | - pip install -r requirements.txt --system + pip install -r requirements.txt - uses: pre-commit/action@v3.0.1 - uses: pre-commit-ci/lite-action@v1.1.0 if: always() \ No newline at end of file