Skip to content

Commit 1d95a12

Browse files
committed
remove comments
1 parent 42a3d29 commit 1d95a12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/qa.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ jobs:
2121
python-version: ${{ matrix.version }}
2222
- name: Install dependencies
2323
run: |
24-
# Install uv using the official installation method
2524
curl -LsSf https://astral.sh/uv/install.sh | sh
2625
27-
# Add uv to PATH (use .local/bin where it's actually installed)
2826
export PATH="$HOME/.local/bin:$PATH"
2927
30-
# Create a virtual environment or use system flag
3128
uv sync
3229
- name: Run QA
3330
run: make qa

0 commit comments

Comments
 (0)