Skip to content

Commit

Permalink
added pipenv cache to github actions workflow in ansible-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent e557a78 commit f675de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pipenv'

- name: Install pipenv
run: pip install pipenv
Expand Down

0 comments on commit f675de5

Please sign in to comment.