Skip to content

Remove conda environment specs (moving to venv) #27

Remove conda environment specs (moving to venv)

Remove conda environment specs (moving to venv) #27

Workflow file for this run

name: Development testing
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Local Build
run: |
pip install -e .
- name: Unit Tests
run: |
cd testing
python test_core.py
python test_datasets.py