Skip to content

BUG: Reduce memory overhead in simstring db #348

BUG: Reduce memory overhead in simstring db

BUG: Reduce memory overhead in simstring db #348

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
unit:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
include:
- os: macos-13
python-version: '3.12'
- os: macos-14
python-version: '3.12'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install Hatch
uses: pypa/hatch@install
- name: Run tests
run: hatch run +py=${{ matrix.python-version }} cov