Skip to content

Merge branch 'main' into color-categories #179

Merge branch 'main' into color-categories

Merge branch 'main' into color-categories #179

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install package
run: pip install -e .
- name: Test with pytest
run: |
pip install pytest
pytest