Created
April 12, 2022 23:14
-
-
Save jdye64/3962ed282559ec557e9e47cf562b91da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run a
PyTest
after this by simply running something like ....