Skip to content

Commit

Permalink
Cache pip in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananto30 committed Oct 25, 2023
1 parent 2664df8 commit fbc7555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install dependencies
run: |
make install-lint
Expand Down

0 comments on commit fbc7555

Please sign in to comment.