fix ut and file structure

This commit is contained in:
Dev Singh 2021-04-01 13:38:53 -05:00
parent 89fcd366d3
commit 960a1b3165
2 changed files with 2 additions and 6 deletions

View File

@ -17,8 +17,6 @@ jobs:
matrix:
python-version: [3.7, 3.8]
env:
working-directory: ./data-analysis/
steps:
- uses: actions/checkout@v2
@ -30,9 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
working-directory: ${{ env.working-directory }}
if [ -f src/requirements.txt ]; then pip install -r src/requirements.txt; fi
- name: Test with pytest
run: |
pytest
working-directory: ${{ env.working-directory }}
pytest test/