Skip to content

Instantly share code, notes, and snippets.

@jdye64
Created April 12, 2022 23:14
Show Gist options
  • Save jdye64/3962ed282559ec557e9e47cf562b91da to your computer and use it in GitHub Desktop.
Save jdye64/3962ed282559ec557e9e47cf562b91da to your computer and use it in GitHub Desktop.
git clone https://github.com/dask-contrib/dask-sql.git
cd dask-sql
git checkout datafusion-sql-planner
conda env create -n dask-datafusion -f ./continuous_integration/environment-3.9-dev.yaml
conda activate dask-datafusion
python ./setup.py install
@jdye64
Copy link
Author

jdye64 commented Apr 21, 2022

You can run a PyTest after this by simply running something like ....

pytest -s ./tests/integration/test_select.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment