Skip to content

Commit

Permalink
quick update to pipenv installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 authored Nov 10, 2021
2 parents 9fb6291 + 0c9f580 commit f5f0651
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ jobs:
#----------------------------------------------
# install pipenv
#----------------------------------------------
- name: Install dependencies
run: |
python -m pip install --upgrade pipenv
- name: Install pipenv
uses: dschep/install-pipenv-action@v1

#----------------------------------------------
# load cached pipenv if cache exists
#----------------------------------------------
- name: Load cached venv
id: cached-poetry-dependencies
id: cached-pipenv-dependencies
uses: actions/cache@v2
with:
path: ~/.local/share/virtualenvs
Expand Down

0 comments on commit f5f0651

Please sign in to comment.