Skip to content

Commit d7490fc

Browse files
committed
more debug logs
1 parent c49369d commit d7490fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_qc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
python-version: 3.11
2020
- name: Run qa
2121
run: |
22-
make dev
22+
echo "Running uv sync --all-extras --no-cache"
23+
uv sync --all-extras --no-cache
24+
echo "uv sync complete!"
25+
echo "Checking for ruff before running qa..."
2326
ruff_loc="$(which ruff)"
2427
echo "ruff located at $ruff_loc"
2528
ruff_installation="$(pip show ruff)"

0 commit comments

Comments
 (0)