From 5e7a07413311dac7ec56f13475273962f52df16c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 8 Mar 2022 11:08:22 +0500 Subject: workflows/ci: cache pip packages --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63f9337..1d089d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '${{ matrix.python-version }}' + cache: pip - name: Initialize Git run: | git config --global user.name 'John Doe' @@ -48,6 +49,8 @@ jobs: uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 + with: + cache: pip - name: Install dependencies run: pip install -r requirements.txt - name: Set up ssh-agent -- cgit v1.2.3