Skip to content

Commit

Permalink
Fix pipenv usage
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Oct 9, 2023
1 parent 911d9c4 commit 5257224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cache: pipenv

- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
run: pip install --user pipenv

- name: Install dependencies
run: pipenv install --dev
Expand Down

0 comments on commit 5257224

Please sign in to comment.