fixed unit-test action

(added symbolic link to requirements.txt)
This commit is contained in:
Arthur Lu 2022-02-08 09:50:04 +00:00
parent d2bd5d58ab
commit 8e51e37a9c
2 changed files with 10 additions and 2 deletions

View File

@ -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/

View File

@ -0,0 +1,8 @@
numpy
scipy
scikit-learn
six
pyparsing
pylint
pytest