Skip to content

Re-enable PyPI upload and remove macOS setup #21

Re-enable PyPI upload and remove macOS setup

Re-enable PyPI upload and remove macOS setup #21

Workflow file for this run

name: 🧪 Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest