File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 62
62
pip freeze > pip_versions-${{ matrix.python-version }}.txt
63
63
cat pip_versions-${{ matrix.python-version }}.txt
64
64
- name : Run pytest
65
- run : pytest --cov=ml-agents ml-agents --cov=ml-agents-envs ml-agents-envs --cov=gym-unity gym-unity --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
65
+ run : pytest --cov=ml-agents ml-agents --cov=ml-agents-envs ml-agents-envs --cov=gym-unity gym-unity --cov=pettingzoo-unity --cov -report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
66
66
- name : Upload pytest test results
67
67
uses : actions/upload-artifact@v2
68
68
with :
Original file line number Diff line number Diff line change 112
112
" import mlagents\n " ,
113
113
" print(\" ml-agents already installed\" )\n " ,
114
114
" except ImportError:\n " ,
115
- " !git clone -b exp -petting-registry --single-branch https://github.com/Unity-Technologies/ml-agents.git\n " ,
115
+ " !git clone -b develop -petting-api --single-branch https://github.com/Unity-Technologies/ml-agents.git\n " ,
116
116
" !python -m pip install -q ./ml-agents/ml-agents-envs\n " ,
117
117
" !python -m pip install -q ./ml-agents/ml-agents\n " ,
118
118
" !python -m pip install -q ./ml-agents/pettingzoo-unity\n " ,
312
312
"nbconvert_exporter" : " python" ,
313
313
"pygments_lexer" : " ipython3" ,
314
314
"version" : " 3.7.8"
315
- },
316
- "pycharm" : {
317
- "stem_cell" : {
318
- "cell_type" : " raw" ,
319
- "metadata" : {
320
- "collapsed" : false
321
- },
322
- "source" : []
323
- }
324
315
}
325
316
},
326
317
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments