Skip to content

fix: fix awq tracing fx problem (#551) #288

fix: fix awq tracing fx problem (#551)

fix: fix awq tracing fx problem (#551) #288

Workflow file for this run

name: Installation Tests
permissions:
contents: read
pull-requests: read
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ci-${{ github.repository }}-installation-${{ github.ref }}
cancel-in-progress: true
jobs:
installation:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: ./.github/actions/setup-uv-project