mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove 'py3' from requirements filename (#6509)
This commit is contained in:
@@ -44,7 +44,7 @@ PYTHON_PROTOBUF_DIR=protobuf-$PROTOBUF_VERSION
|
||||
VENV=venv
|
||||
python3 -m venv $VENV
|
||||
source $VENV/bin/activate
|
||||
pip install -r $REPO_ROOT/requirements-tests-py3.txt # for black and isort
|
||||
pip install -r $REPO_ROOT/requirements-tests.txt # for black and isort
|
||||
|
||||
# Install mypy-protobuf
|
||||
pip install git+https://github.com/dropbox/mypy-protobuf@${MYPY_PROTOBUF_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user