From 9a9ef056bf865cd14709324a3cbd866c363cde61 Mon Sep 17 00:00:00 2001 From: Daniel Ciborowski Date: Fri, 28 Apr 2023 20:25:41 -0400 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index b5717b0..d4c8cff 100644 --- a/action.yml +++ b/action.yml @@ -155,6 +155,7 @@ runs: uses: actions/setup-python@v1 with: python-version: ${{ inputs.python_version }} + cache: 'pip' # caching pip dependencies - if: ${{ inputs.pytest == 'true' }} run: | python -m pip install --upgrade pip