Skip to content

Commit dddc078

Browse files
committed
add pip cache
1 parent 1bff863 commit dddc078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: actions/setup-python@v1
4848
with:
4949
python-version: ${{ matrix.python-version }}
50+
cache: 'pip'
5051
- name: Install Dependencies
5152
run: |
5253
python -m pip install --upgrade pip
@@ -98,6 +99,7 @@ jobs:
9899
uses: actions/setup-python@v1
99100
with:
100101
python-version: ${{ matrix.python-version }}
102+
cache: 'pip'
101103
- name: Install Dependencies
102104
run: |
103105
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)