File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install dependencies
20
20
run : |
21
21
python -m pip install --upgrade pip
22
- pip install -r requirements.txt
22
+ pip install -r dev- requirements.txt
23
23
pip install -r ./compiler_opt/benchmark/requirements.txt
24
- pip install pytest pytype==2022.06.06 pylint==2.14.1
25
24
pylint --version
26
25
- name : Type check
27
26
run : |
Original file line number Diff line number Diff line change
1
+ -r requirements.txt
2
+ pytype==2022.06.06
3
+ pylint==2.14.1
4
+ pytest==7.1.2
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ virtualenv "${VENV_PATH}" -p python3 --system-site-packages
21
21
source " ${VENV_PATH} " /bin/activate
22
22
23
23
# Download pre-requisite packages.
24
- pip3 install -r requirements.txt -q
25
-
26
- # Get the test harness package.
27
- pip3 install pytest
24
+ pip3 install -r dev-requirements.txt -q
28
25
29
26
PYTHONPATH=" ${PYTHONPATH} :$( dirname " $0 " ) "
30
27
You can’t perform that action at this time.
0 commit comments