Jeremiah Lowin commited on
Commit
d39a3f1
·
1 Parent(s): 32fc40d

Update run-tests.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/run-tests.yml +1 -1
.github/workflows/run-tests.yml CHANGED
@@ -31,7 +31,7 @@ jobs:
31
  run: curl -LsSf https://astral.sh/uv/install.sh | sh
32
 
33
  - name: Install FastMCP
34
- run: uv pip install -e ".[dev]" --system
35
 
36
  - name: Run tests
37
  run: pytest -n auto -vv -s
 
31
  run: curl -LsSf https://astral.sh/uv/install.sh | sh
32
 
33
  - name: Install FastMCP
34
+ run: uv sync
35
 
36
  - name: Run tests
37
  run: pytest -n auto -vv -s