File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ conda list
9191conda remove --all -q -y -n dataframe_sql
9292
9393echo
94- echo " conda env create -q --file= ${ENV_FILE} "
95- time conda env create -q --file= " ${ENV_FILE} "
94+ echo " conda create -n dataframe_sql python=3.7 -y "
95+ time conda create -n dataframe_sql python=3.7 -y
9696
9797
9898if [[ " $BITS32 " == " yes" ]]; then
102102
103103echo " activate dataframe_sql"
104104conda activate dataframe_sql
105+ pip install -r ci/test-requirements.txt
106+ pip install -r requirements.txt
105107
106108echo
107109echo " remove qt"
Original file line number Diff line number Diff line change 1+ pandas>=1.0.1
2+ black==19.10b0
3+ flake8
4+ flake8-comprehensions>=3.1.0
5+ isort
6+ mypy==0.761
7+ freezegun
8+ pytest>=5.0.1
9+ pytest-cov
10+ pytest-xdist>=1.21
11+ pytest-asyncio
Original file line number Diff line number Diff line change 1- ibis-framework
2- lark-parser
3- sql-to-ibis
1+ lark-parser =0.8.1
2+ sql-to-ibis
You can’t perform that action at this time.
0 commit comments