Open cfperez opened 7 years ago
@cfperez thank you. I will try to reproduce
Would it help if I provide script/code to repro?
On Wed, Oct 25, 2017, 8:27 AM Chris Rawles notifications@github.com wrote:
@cfperez https://github.com/cfperez thank you. I will try to reproduce
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pivotal/sql_magic/issues/2#issuecomment-339368797, or mute the thread https://github.com/notifications/unsubscribe-auth/AB64w2q_E1oPoz1spWTPKeifKrtuthHmks5sv1NsgaJpZM4P_joo .
Yes, please
Note that sqlalchemy
is a missing dependency in requirements.txt
.
conda create -n sql_magic --file requirements.txt python=3 sqlalchemy
source activate sql_magic
./run_tests.sh
Tests will not without spark installed.