Skip to content

Commit e510f1b

Browse files
authored
Update pre-commit.yml
1 parent 51967a0 commit e510f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Install uv --extra agent
13+
- name: Install uv
1414
uses: astral-sh/setup-uv@v2
1515
- name: Set up Python
1616
run: uv venv --python 3.12
1717
- name: Install the project
18-
run: uv sync
18+
run: uv sync --extra agent
1919
- name: Install the project
2020
run: uv pip install pre-commit
2121
- name: PreCommit

0 commit comments

Comments
 (0)