Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
9af51fd
1
Parent(s): f420767
Update run-tests.yml
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -47,13 +47,13 @@ jobs:
|
|
| 47 |
cache-dependency-glob: "uv.lock"
|
| 48 |
python-version: ${{ matrix.python-version }}
|
| 49 |
- name: Install FastMCP
|
| 50 |
-
run: uv sync --dev
|
| 51 |
|
| 52 |
-
- name: Fix pyreadline on Windows
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
|
| 58 |
- name: Run tests
|
| 59 |
run: uv run --frozen pytest
|
|
|
|
| 47 |
cache-dependency-glob: "uv.lock"
|
| 48 |
python-version: ${{ matrix.python-version }}
|
| 49 |
- name: Install FastMCP
|
| 50 |
+
run: uv sync --dev --frozen
|
| 51 |
|
| 52 |
+
# - name: Fix pyreadline on Windows
|
| 53 |
+
# if: matrix.os == 'windows-latest'
|
| 54 |
+
# run: |
|
| 55 |
+
# uv pip uninstall -y pyreadline
|
| 56 |
+
# uv pip install pyreadline3
|
| 57 |
|
| 58 |
- name: Run tests
|
| 59 |
run: uv run --frozen pytest
|