Skip to content

feat: add report feature in device #820

feat: add report feature in device

feat: add report feature in device #820

name: 🐍 Python Compatibility Check
on: [ push ]
jobs:
python-compatibility:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8.10', '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Run the CLI
run: |
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
uv run rio