Skip to content

Refactored CI and fixed types in tests/test_core.py #11

Refactored CI and fixed types in tests/test_core.py

Refactored CI and fixed types in tests/test_core.py #11

Workflow file for this run

name: CI
on: ['push', 'pull_request']
jobs:
build_and_test:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Rye
uses: eifinger/setup-rye@v3
with:
version: 'latest'
enable-cache: false
- name: CI
run: rye run ci