Skip to content

Fix enumeration of pathways having cycle parts #43

Fix enumeration of pathways having cycle parts

Fix enumeration of pathways having cycle parts #43

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Tests
on:
push:
branches: [ main, master, dev ]
pull_request:
branches: [ main, master ]
jobs:
Test:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu", "macos"]
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout package repository
uses: actions/checkout@v2
- name: Deploying miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
environment-file: environment.yaml
activate-environment: test
- name: Building & Testing conda package
run: |
conda env update -f environment-dev.yaml -n test
python -m pytest