Skip to content

fix(tests): await assert_empty_iter in test_multi_byte_character_multiple_chunks #1310

fix(tests): await assert_empty_iter in test_multi_byte_character_multiple_chunks

fix(tests): await assert_empty_iter in test_multi_byte_character_multiple_chunks #1310

Workflow file for this run

name: Release Doctor
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'runloopai/api-client-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: actions/checkout@v4
- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
PYPI_TOKEN: ${{ secrets.RUNLOOP_PYPI_TOKEN || secrets.PYPI_TOKEN }}