Skip to content

Commit

Permalink
fix: correcao de importacao
Browse files Browse the repository at this point in the history
  • Loading branch information
heltonricardo committed Dec 20, 2023
1 parent 73c07ab commit fdac999
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test files
run: pytest test/test_train.py
run: pytest src/test_train.py

check_python_code_style:
name: Check Python code style
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Train Model
run: python train.py
run: python src/train.py

# build_image:
# name: Build image
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fdac999

Please sign in to comment.