File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,10 @@ python3 -m venv venv
20
20
source venv/bin/activate
21
21
22
22
python3 -m pip install --upgrade pip
23
+ python3 -m pip install -r sdk/python/requirements.txt
24
+ python3 -m pip install -r sdk/python/requirements-dev.txt
23
25
python3 -m pip install setuptools
24
26
python3 -m pip install coveralls==1.9.2
25
- python3 -m pip install $( grep ' absl-py==' sdk/python/requirements-dev.txt)
26
- python3 -m pip install $( grep ' docker==' sdk/python/requirements-dev.txt)
27
- python3 -m pip install $( grep ' pytest==' sdk/python/requirements-dev.txt)
28
- python3 -m pip install $( grep ' pytest-xdist==' sdk/python/requirements-dev.txt)
29
- python3 -m pip install $( grep ' pytest-cov==' sdk/python/requirements-dev.txt)
30
27
python3 -m pip install --upgrade protobuf
31
28
32
29
python3 -m pip install sdk/python
You can’t perform that action at this time.
0 commit comments