Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
f420767
1
Parent(s): a64539e
Ensure tests run against correct python version
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -45,10 +45,7 @@ jobs:
|
|
| 45 |
with:
|
| 46 |
enable-cache: true
|
| 47 |
cache-dependency-glob: "uv.lock"
|
| 48 |
-
|
| 49 |
-
- name: Set up Python ${{ matrix.python-version }}
|
| 50 |
-
run: uv python install ${{ matrix.python-version }}
|
| 51 |
-
|
| 52 |
- name: Install FastMCP
|
| 53 |
run: uv sync --dev
|
| 54 |
|
|
|
|
| 45 |
with:
|
| 46 |
enable-cache: true
|
| 47 |
cache-dependency-glob: "uv.lock"
|
| 48 |
+
python-version: ${{ matrix.python-version }}
|
|
|
|
|
|
|
|
|
|
| 49 |
- name: Install FastMCP
|
| 50 |
run: uv sync --dev
|
| 51 |
|