Skip to content

Merge pull request #154 from czbiohub-sf/153-issues-when-running-yogo… #1254

Merge pull request #154 from czbiohub-sf/153-issues-when-running-yogo…

Merge pull request #154 from czbiohub-sf/153-issues-when-running-yogo… #1254

Workflow file for this run

name: testing
on: [push,pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: install checking requirements
run: |
pip install --upgrade pip
pip install -e .
pip install pytest==7.4.3
- name: unittests :)
run: pytest tests/