Skip to content

Fix: move to hatch scripts for tests and move to pytest #1

Fix: move to hatch scripts for tests and move to pytest

Fix: move to hatch scripts for tests and move to pytest #1

Workflow file for this run

name: Run pyos meta tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version:
3.10
- name: Install Hatch
run: pipx install hatch
- name: Run tests
run: hatch run test:run-tests