https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC, committed by Matthew Kolopanis on 13 January 2021, 19:33:22 UTC
1 parent 6e80df0
Raw File
Tip revision: 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC
remove the github docs build now that the RTD PR build is working
Tip revision: 34afe81
pyuvdata_tests_windows.yml
name: pyuvdata_tests_windows
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - h5py
  - astropy-healpix
  - numpy
  - pyyaml
  - scipy
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top