Skip to content

pip install -U uv --break-system-packages #1103

pip install -U uv --break-system-packages

pip install -U uv --break-system-packages #1103

Workflow file for this run

name: Quality Check
on: [pull_request]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install -e .[quality]
- name: Run Quality check
run: make quality