From 6a57723b3a374ce39a3613db42503a5357135177 Mon Sep 17 00:00:00 2001 From: Wil T Date: Sat, 28 Dec 2024 19:31:12 -0500 Subject: [PATCH] use pip cache --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 31feb97..7f21867 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,8 @@ jobs: uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.12" - + cache: "pip" + - name: "Install requirements" run: python3 -m pip install -r requirements.txt @@ -40,6 +41,7 @@ jobs: uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.12" + cache: "pip" - name: "Install requirements" run: python3 -m pip install -r requirements.txt