Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudiio committed Dec 8, 2023
1 parent 9a04182 commit 4122e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use python
uses: actions/setup-python@v4
Expand All @@ -24,5 +24,8 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: show cwd
run : python -c "import sys; print('\n'.join(sys.path))"

- name: Run tests
run: pytest tests/
2 changes: 0 additions & 2 deletions tests/test_train.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
import os
import sys

Expand All @@ -11,7 +10,6 @@
from src.models.predict_model import predict,SentiBites
from src.models.train_model import pre_processing, train
import datasets
import pandas as pd

MODEL = 'models/SentiBites'

Expand Down

0 comments on commit 4122e00

Please sign in to comment.