Spaces:
Running
Running
zzstoatzz commited on
Commit ·
d0a1792
1
Parent(s): 9a5babe
more specific
Browse files
.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 --
|
| 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
|