Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
d39a3f1
1
Parent(s): 32fc40d
Update run-tests.yml
Browse files
.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
|
| 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
|