azure
Created by: emthompson-usgs
- Adjustments to Azure pipeline to build in Windows.
- This also required using dask rather than
os.forkfor parallelization sinceos.forkdoes not work in Windows (parallelization is still only split across events) - Modified build scripts to use
requirements.txtrather than listing the dependencies in the script. - Took care of as many warnings as possible.