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 c49369d commit d7490fcCopy full SHA for d7490fc
.github/workflows/pr_qc.yml
@@ -19,7 +19,10 @@ jobs:
19
python-version: 3.11
20
- name: Run qa
21
run: |
22
- make dev
+ 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..."
26
ruff_loc="$(which ruff)"
27
echo "ruff located at $ruff_loc"
28
ruff_installation="$(pip show ruff)"
0 commit comments