mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
fix ut and file structure
This commit is contained in:
parent
89fcd366d3
commit
960a1b3165
@ -17,8 +17,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7, 3.8]
|
python-version: [3.7, 3.8]
|
||||||
|
|
||||||
env:
|
|
||||||
working-directory: ./data-analysis/
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -30,9 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest
|
pip install pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f src/requirements.txt ]; then pip install -r src/requirements.txt; fi
|
||||||
working-directory: ${{ env.working-directory }}
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest test/
|
||||||
working-directory: ${{ env.working-directory }}
|
|
Loading…
Reference in New Issue
Block a user