mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
removed flake8 import from unit tests
fixed superscript unit tests Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
6296f78ff5
commit
414ffdf96c
1
.github/workflows/ut-analysis.yml
vendored
1
.github/workflows/ut-analysis.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
working-directory: ${{ env.working-directory }}
|
||||
- name: Test with pytest
|
||||
|
1
.github/workflows/ut-superscript.yml
vendored
1
.github/workflows/ut-superscript.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
working-directory: ${{ env.working-directory }}
|
||||
- name: Test with pytest
|
||||
|
1
data-analysis/unit-tests.py
Normal file
1
data-analysis/unit-tests.py
Normal file
@ -0,0 +1 @@
|
||||
assert 1 == 1
|
Loading…
Reference in New Issue
Block a user