Skip to content

Commit

Permalink
use pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Dec 29, 2024
1 parent 1ff33f5 commit 6a57723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 6a57723

Please sign in to comment.