mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-09 22:44:44 +00:00
fixed unit-test action
(added symbolic link to requirements.txt)
This commit is contained in:
parent
f793a77660
commit
df6362c52a
4
.github/workflows/ut-analysis.yml
vendored
4
.github/workflows/ut-analysis.yml
vendored
@ -10,12 +10,12 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
unittest:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7, 3.8]
|
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
working-directory: ./analysis-master/
|
working-directory: ./analysis-master/
|
||||||
|
8
analysis-master/requirements.txt
Normal file
8
analysis-master/requirements.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
numpy
|
||||||
|
scipy
|
||||||
|
scikit-learn
|
||||||
|
six
|
||||||
|
pyparsing
|
||||||
|
|
||||||
|
pylint
|
||||||
|
pytest
|
Loading…
Reference in New Issue
Block a user