Skip to content

Commit

Permalink
ci: enable caching for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 24, 2022
1 parent c6dba88 commit 792a88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pipenv"
- name: Install pipenv
run: |
python -m pip install --upgrade pipenv
Expand Down

0 comments on commit 792a88c

Please sign in to comment.