You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add conda dev environments for Python 3.7/3.8, JDK 8/11 (dask-contrib#238)
* Add conda env files
* Add pytest skip for hive tests when Docker images are missing
* Make sure to specify Python version
* Add pip dependencies to dev environments
* Update docs to use dev environment
* First pass at updating CI to use conda envs
* Use environment variable for conda file location in matrix jobs
* Force openjdk reinstall to resolve Windows failures
* Split off env files by JDK version
* Add sasl to dev envs
* Only install sasl on ubuntu
* Skip hive/postgres testing on Windows
* Attempt to get conda cache working
* Remove shell mamba installs
* Skip failing tests on Windows
* xfail Windows tests instead of skipping
* Update references to conda env files
* Don't copy env file in Docker image
* Attempt to set JAVA_HOME explicitly
* Set correct JAVA_HOME only on Windows
* No longer need to xfail JAVA_HOME check
* Remove unnecessary sys import
* Remove env files with unpinned JDK
* Caching isn't working - try the old method of installing?
* Caching seems to slow down runs - try without?
* Remove conda caching from workflows
* Make maven caching key more obvious
* Keep original conda.txt for Docker purposes
0 commit comments