Skip to content

Add manage_bands function to utils.py for selecting specific bands fr… #930

Add manage_bands function to utils.py for selecting specific bands fr…

Add manage_bands function to utils.py for selecting specific bands fr… #930

name: tests
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-22.04
defaults:
run:
shell: bash -el {0}
steps:
- name: checkout repository
uses: actions/checkout@v4.1.2
- name: create environment
uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
activate-environment: geo_deep_env
environment-file: environment.yml
- name: test with pytest
run: |
pytest tests/