We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c0280 commit 7495f79Copy full SHA for 7495f79
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
./setup.sh
23
24
- name: Run pre-commit
25
- run: uvx pre-commit run --all-files
+ run: uv run pre-commit run --all-files
26
27
- name: Run pytest
28
- run: uvx pytest
+ run: uv run pytest
setup.sh
@@ -44,7 +44,7 @@ cd ${current_dir}
44
45
# Install pre-commit hooks
46
echo "Installing pre-commit hooks..."
47
-uvx pre-commit install-hooks
+uv run pre-commit install-hooks
48
49
echo "Setup complete! Activate the virtual environment for augment-swebench-agent with:"
50
echo "source .venv/bin/activate"
0 commit comments