From f675de5d5be2114dea18948ca19b2dc76512054d Mon Sep 17 00:00:00 2001 From: Andrey Gubarev Date: Fri, 10 May 2024 16:30:20 +0400 Subject: [PATCH] added pipenv cache to github actions workflow in ansible-test.yml --- .github/workflows/ansible-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index a4383e8..35aea6c 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.x' + cache: 'pipenv' - name: Install pipenv run: pip install pipenv