Skip to content

fix: stupid type operand error #43

fix: stupid type operand error

fix: stupid type operand error #43

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
- 'noxfile.py'
- '.github/workflows/tests.yml'
workflow_dispatch:
env:
FORCE_COLOR: 1
UV_LOCKED: 1
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
- run: uv run nox