https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f530e8085f2e1f124325bad82143004c4b7e4afd authored by Steven Murray on 19 December 2019, 16:22:34 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 501d87f
Raw File
Tip revision: f530e8085f2e1f124325bad82143004c4b7e4afd authored by Steven Murray on 19 December 2019, 16:22:34 UTC
Try a non-inplace install
Tip revision: f530e80
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top