zzstoatzz commited on
Commit
d0a1792
·
1 Parent(s): 9a5babe

more specific

Browse files
Files changed (1) hide show
  1. .github/workflows/run-tests.yml +2 -2
.github/workflows/run-tests.yml CHANGED
@@ -44,7 +44,7 @@ jobs:
44
  python-version: ${{ matrix.python-version }}
45
 
46
  - name: Install FastMCP
47
- run: uv sync --dev --locked
48
 
49
  - name: Run tests
50
- run: uv run pytest
 
44
  python-version: ${{ matrix.python-version }}
45
 
46
  - name: Install FastMCP
47
+ run: uv sync --locked
48
 
49
  - name: Run tests
50
+ run: uv run pytest tests