Skip to content

Commit

Permalink
update pipenv install step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 committed Nov 10, 2021
1 parent 9fb6291 commit 0fdf28d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
#----------------------------------------------
# install pipenv
#----------------------------------------------
- name: Install dependencies
- name: Install pipenv
run: |
python -m pip install --upgrade pipenv
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 0fdf28d

Please sign in to comment.