Skip to content

Commit f046178

Browse files
committed
fix pipeline
1 parent 21cd085 commit f046178

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run tests with pytest
8585
run: uv run -p .venv pytest tests/
8686
- name: Install optional depencies
87-
run: uv sync -p .venv --extra mcp
87+
run: uv sync -p .venv --extra dev --extra mcp
8888
- name: Run extra tests
8989
run: uv run -p .venv pytest tests/ -m extra --extra
9090

uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)