Skip to content

feat(objects): nativeness for #51

feat(objects): nativeness for

feat(objects): nativeness for #51

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependences
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: pytest
run: pytest