Ensure wheel updated when pipenv check invoked (#2593)

This commit is contained in:
Joe Ranweiler
2022-11-09 10:19:36 -08:00
committed by GitHub
parent 09e564f6fd
commit 7b9fbae38d

View File

@ -9,13 +9,9 @@ deps =
commands =
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
pipenv install --dev
# Temporarily ignore unreachable (and non-actionable)
# DoS in `wheel`.
#
# See: microsoft/onefuzz#2593
pipenv check -i 51499
pipenv check
pipenv run black --diff --check .
pipenv run pylint .