Skip to content

Update the way to handle spectra type (#133) #328

Update the way to handle spectra type (#133)

Update the way to handle spectra type (#133) #328

Workflow file for this run

name: Test with pytest
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install dependencies
run: |
$CONDA/bin/conda env update --file environment.yml --name base
- name: Test with pytest
run: |
# pip install -r requirements.txt
$CONDA/bin/python -m pytest