Spaces:
Runtime error
Runtime error
fix import 7 - rimossa working-directory da test_ci.yml
Browse files
.github/workflows/test_ci.yml
CHANGED
|
@@ -36,6 +36,5 @@ jobs:
|
|
| 36 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
| 37 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
| 38 |
- name: Test with pytest
|
| 39 |
-
working-directory: "MLOps_project"
|
| 40 |
run: |
|
| 41 |
pytest
|
|
|
|
| 36 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
| 37 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
| 38 |
- name: Test with pytest
|
|
|
|
| 39 |
run: |
|
| 40 |
pytest
|