Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
530d5cc
1
Parent(s): feb341e
remove -n auto
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -47,4 +47,4 @@ jobs:
|
|
| 47 |
run: uv sync --locked
|
| 48 |
|
| 49 |
- name: Run tests
|
| 50 |
-
run: uv run pytest tests
|
|
|
|
| 47 |
run: uv sync --locked
|
| 48 |
|
| 49 |
- name: Run tests
|
| 50 |
+
run: uv run pytest tests
|