Skip to content

Update changelog to reflect actual history on PyPI and GitHub #14

Update changelog to reflect actual history on PyPI and GitHub

Update changelog to reflect actual history on PyPI and GitHub #14

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