Skip to content

use region landmark for cells (#69) #229

use region landmark for cells (#69)

use region landmark for cells (#69) #229

Workflow file for this run

on:
- push
jobs:
pypi:
strategy:
matrix:
python-version:
- "3.10"
runs-on: ubuntu-latest
steps:
- name: fetch all history and tags
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup python
uses: actions/setup-python@v4
with:
cache: pip
cache-dependency-path: pyproject.toml
python-version: "${{ matrix.python-version}}"
- name: upgrade dependencies
run: |-
python -m pip install --upgrade pip hatch
pip install -e.[test]
- name: test with pytest
run: |
hatch run test:run