From 4e5faf51bdfe4584a7ee01c7386b45d5cabe63c0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 3 Oct 2022 19:38:11 +0300 Subject: [PATCH] .github/workflows: use pip caching See: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c96c3e2..5c6596a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10' + cache: 'pip' - name: Install dependencies run: | python -m pip install --upgrade pip