Updates
This commit is contained in:
8
.github/workflows/basic_test.yml
vendored
8
.github/workflows/basic_test.yml
vendored
@@ -48,5 +48,13 @@ jobs:
|
||||
ls
|
||||
python --version
|
||||
python -m pytest ./tests/test_basic_space.py -s
|
||||
shell: bash
|
||||
|
||||
- name: Test Synthetic Data
|
||||
run: |
|
||||
python -m pip install pytest numpy
|
||||
python -m pip install parameterized
|
||||
python -m pip install torch
|
||||
python --version
|
||||
python -m pytest ./tests/test_synthetic.py -s
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user