We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a3d29 commit 1d95a12Copy full SHA for 1d95a12
.github/workflows/qa.yml
@@ -21,13 +21,10 @@ jobs:
21
python-version: ${{ matrix.version }}
22
- name: Install dependencies
23
run: |
24
- # Install uv using the official installation method
25
curl -LsSf https://astral.sh/uv/install.sh | sh
26
27
- # Add uv to PATH (use .local/bin where it's actually installed)
28
export PATH="$HOME/.local/bin:$PATH"
29
30
- # Create a virtual environment or use system flag
31
uv sync
32
- name: Run QA
33
run: make qa
0 commit comments