Skip to content

Commit

Permalink
Don't use Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba committed May 9, 2023
1 parent 0d9ad69 commit d247682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ init:
python3 -m pip install --upgrade pipenv
pipenv install --dev --skip-lock
pipenv graph
pipenv check
pipenv check --use-installed

# Lint code and docs
# lint fails if there are syntax errors or undefined names.
Expand Down

0 comments on commit d247682

Please sign in to comment.