Skip to content

fix: make request_id logging label be present during entire request stream #372

fix: make request_id logging label be present during entire request stream

fix: make request_id logging label be present during entire request stream #372

name: Run fal-client tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.13"]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install --upgrade pip wheel
pip install -e 'projects/fal_client[test]'
- name: Run tests
env:
FAL_KEY: ${{ secrets.FAL_KEY_PROD }}
run: |
pytest projects/fal_client/tests