Skip to content

Commit

Permalink
[ci] Cache pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 3, 2024
1 parent 271dfca commit 18ab6f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
# Updated this only when support for Django 3.2 is removed
# Update this only when support for Django 3.2 is removed
runs-on: ubuntu-20.04

services:
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
**/requirements*.txt
- name: Install Dependencies & Start InfluxDB Container
id: deps
Expand Down

0 comments on commit 18ab6f8

Please sign in to comment.