Update synthetic environment

This commit is contained in:
D-X-Y
2021-04-22 20:31:20 +08:00
parent 275831b375
commit 78ca90459c
8 changed files with 526 additions and 271 deletions

View File

@@ -54,7 +54,7 @@ jobs:
run: |
python -m pip install pytest numpy
python -m pip install parameterized
python -m pip install torch
python -m pip install torch torchvision
python --version
python -m pytest ./tests/test_synthetic.py -s
shell: bash