Spaces:
Runtime error
Runtime error
Aurélie GABU commited on
Commit ·
8e3d902
1
Parent(s): 49e3b64
Erase line run: pytest
Browse files- .github/workflows/ci.yml +1 -5
.github/workflows/ci.yml
CHANGED
|
@@ -27,8 +27,4 @@ jobs:
|
|
| 27 |
run: poetry install --no-interaction --no-root
|
| 28 |
|
| 29 |
- name: Run tests
|
| 30 |
-
run: poetry run pytest
|
| 31 |
-
|
| 32 |
-
- name: Run tests
|
| 33 |
-
run: pytest
|
| 34 |
-
|
|
|
|
| 27 |
run: poetry install --no-interaction --no-root
|
| 28 |
|
| 29 |
- name: Run tests
|
| 30 |
+
run: poetry run pytest
|
|
|
|
|
|
|
|
|
|
|
|