Skip to content

chore(py): Migrate all python packages to use uv #1005

chore(py): Migrate all python packages to use uv

chore(py): Migrate all python packages to use uv #1005

Workflow file for this run

name: Check Self
on:
pull_request:
types:
- synchronize
- opened
workflow_dispatch:
merge_group:
push:
branches:
- master
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Dockerized self-check
run: |
make docker-image
- name: Check Self
run : |
PYTEST_OPTS='-n 8' make docker-check-self
- name: Run python image
run : |
PYTEST_OPTS='-n 8' make docker-check-py