mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-24 16:49:10 +00:00
fixed unit-test action
(added symbolic link to requirements.txt)
This commit is contained in:
parent
d2bd5d58ab
commit
8e51e37a9c
4
.github/workflows/ut-analysis.yml
vendored
4
.github/workflows/ut-analysis.yml
vendored
@ -10,12 +10,12 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
unittest:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||
|
||||
env:
|
||||
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