Temporarily disable pipenv check call (#2594)

This commit is contained in:
Joe Ranweiler
2022-11-01 17:48:34 -07:00
committed by GitHub
parent 33e2d5c954
commit 323106b48b

View File

@ -10,6 +10,6 @@ deps =
commands =
python -m pip install --upgrade pip
pipenv install --dev
pipenv check
# pipenv check # temporary, see microsoft/onefuzz#2593
pipenv run black --diff --check .
pipenv run pylint .