Skip to content

Commit 18ab6f8

Browse files
committed
[ci] Cache pip deps
1 parent 271dfca commit 18ab6f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
17-
# Updated this only when support for Django 3.2 is removed
17+
# Update this only when support for Django 3.2 is removed
1818
runs-on: ubuntu-20.04
1919

2020
services:
@@ -44,6 +44,9 @@ jobs:
4444
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python-version }}
47+
cache: 'pip'
48+
cache-dependency-path: |
49+
**/requirements*.txt
4750
4851
- name: Install Dependencies & Start InfluxDB Container
4952
id: deps

0 commit comments

Comments
 (0)