Roboproch commited on
Commit
29fa6d6
·
1 Parent(s): e02f527

fix import test 4

Browse files
.github/workflows/test_ci.yml CHANGED
@@ -35,6 +35,6 @@ jobs:
35
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with pytest
38
- working-directory: "MLOps_project/CI"
39
  run: |
40
  pytest
 
35
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with pytest
38
+ working-directory: "MLOps_project"
39
  run: |
40
  pytest
MLOps_project/CI/test_ci.py CHANGED
@@ -1,4 +1,4 @@
1
- from MLOps_project.modello import *
2
 
3
  class TestClass :
4
  """
 
1
+ from modello import *
2
 
3
  class TestClass :
4
  """