Skip to content

Commit

Permalink
Use pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan committed Oct 16, 2023
1 parent 74e203d commit 1499051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -34,5 +35,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

0 comments on commit 1499051

Please sign in to comment.