Skip to content

Commit 7495f79

Browse files
author
Colin Flaherty
committed
improve
1 parent 89c0280 commit 7495f79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
./setup.sh
2323
2424
- name: Run pre-commit
25-
run: uvx pre-commit run --all-files
25+
run: uv run pre-commit run --all-files
2626

2727
- name: Run pytest
28-
run: uvx pytest
28+
run: uv run pytest

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd ${current_dir}
4444

4545
# Install pre-commit hooks
4646
echo "Installing pre-commit hooks..."
47-
uvx pre-commit install-hooks
47+
uv run pre-commit install-hooks
4848

4949
echo "Setup complete! Activate the virtual environment for augment-swebench-agent with:"
5050
echo "source .venv/bin/activate"

0 commit comments

Comments
 (0)