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 f793a77660
commit df6362c52a
2 changed files with 10 additions and 2 deletions

View File

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

View File

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