Skip to content

Commit 4063757

Browse files
committed
cleanup
1 parent bea2e23 commit 4063757

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pr_qc.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,7 @@ jobs:
1919
python-version: 3.11
2020
- name: Run qa
2121
run: |
22-
python_loc="$(which python || true)"
23-
echo "python location: $python_loc"
24-
echo "python --version $(python --version || true)"
2522
python -m venv ./.venv
2623
source ./.venv/bin/activate
27-
echo "Running uv sync --all-extras --no-cache"
28-
uv sync --all-extras --no-cache
29-
echo "uv sync complete!"
30-
echo "Checking for ruff before running qa..."
31-
ruff_loc="$(which ruff || true)"
32-
echo "ruff located at $ruff_loc"
33-
ruff_installation="$(pip show ruff || true)"
34-
echo "ruff installation: "
35-
echo "$ruff_installation"
24+
make dev
3625
make qa

0 commit comments

Comments
 (0)