Select Git revision
environment.yml
-
Jesse Mapel authored
* Update ci_testing.yml * Added flag to not activate base * Added default to bash shell * Update ci_testing.yml * Removed os walk to get data dir * Add submodule checkout * Run ctest in build directory * Added build matrix * Disabled fast-fail * Axe python 3.6 build * Adding coveralls step * Switching to codecov.io * Axed Travis and added Python coverage * Added pytest-cov * Only upload coverage once * Testing adding windows * Disabled windows pytest for now * Testing different Python component * Removed windows CI for now * Trigger on push
Jesse Mapel authored* Update ci_testing.yml * Added flag to not activate base * Added default to bash shell * Update ci_testing.yml * Removed os walk to get data dir * Add submodule checkout * Run ctest in build directory * Added build matrix * Disabled fast-fail * Axe python 3.6 build * Adding coveralls step * Switching to codecov.io * Axed Travis and added Python coverage * Added pytest-cov * Only upload coverage once * Testing adding windows * Disabled windows pytest for now * Testing different Python component * Removed windows CI for now * Trigger on push
environment.yml 287 B
name: ale
channels:
- conda-forge
- default
dependencies:
- cmake>=3.15
- pytest
- eigen
- jupyter
- nlohmann_json
- numpy
- pvl
- pytz
- python
- python-dateutil
- scipy>=1.4.0
- spiceypy>=2.3.0
- pyyaml
- pytest
- pytest-cov
- networkx
- breathe