Skip to content

dialects: (stream) add schedule operation #1733

dialects: (stream) add schedule operation

dialects: (stream) add schedule operation #1733

Workflow file for this run

name: python-tests
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
python-tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Test with pytest
shell: bash
run: |
pixi run python -m pytest .