Skip to content
Snippets Groups Projects
Select Git revision
  • ae5061ba098f6ee439640ff8a95a075678c64ece
  • main default protected
  • Kelvinrr-patch-3
  • radius_update
  • revert-616-apollo_pan
  • vims
  • 0.10
  • Kelvinrr-patch-2
  • revert-563-minirf_fix
  • Kelvinrr-patch-1
  • 0.9
  • acpaquette-patch-3
  • acpaquette-patch-2
  • acpaquette-patch-1
  • spiceql
  • ci-coverage
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.7
  • 0.8.8
  • 0.8.6
  • 0.8.3
  • 0.8.4
  • 0.8.5
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.3
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.5
  • 0.6.4
  • 0.6.3
  • 0.6.2
36 results

environment.yml

Blame
    • Jesse Mapel's avatar
      ae5061ba
      Getting github actions CI working (#412) · ae5061ba
      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
      ae5061ba
      History
      Getting github actions CI working (#412)
      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