Update the sync data v1
This commit is contained in:
6
.github/workflows/basic_test.yml
vendored
6
.github/workflows/basic_test.yml
vendored
@@ -56,12 +56,16 @@ jobs:
|
||||
python -m pytest ./tests/test_basic_space.py -s
|
||||
shell: bash
|
||||
|
||||
- name: Test Synthetic Data
|
||||
- name: Test Math
|
||||
run: |
|
||||
python -m pip install pytest numpy
|
||||
python -m pip install parameterized
|
||||
python -m pip install torch torchvision
|
||||
python --version
|
||||
python -m pytest ./tests/test_math*.py -s
|
||||
shell: bash
|
||||
|
||||
- name: Test Synthetic Data
|
||||
run: |
|
||||
python -m pytest ./tests/test_synthetic*.py -s
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user