File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Steps to reproduce the behavior:
18
18
4 . See error
19
19
20
20
** Console logs / stack traces**
21
- Please wrap in [ triple backticks (```) ] ( https://help.github.com/en/articles/creating-and-highlighting-code-blocks ) to make it easier to read.
21
+ Please wrap in triple backticks (```) to make it easier to read.
22
22
23
23
** Screenshots**
24
24
If applicable, add screenshots to help explain your problem.
Original file line number Diff line number Diff line change 87
87
run : |
88
88
pytest --cov=ml-agents --cov=ml-agents-envs \
89
89
--cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml \
90
- -p no:warnings -v -n auto
90
+ -p no:warnings -v -n 8
91
91
- name : Upload pytest test results
92
92
uses : actions/upload-artifact@v2
93
93
with :
Original file line number Diff line number Diff line change 91
91
run : |
92
92
pytest --cov=ml-agents --cov=ml-agents-envs \
93
93
--cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml \
94
- -p no:warnings -v -m "${{ steps.pytest_marker.outputs.markers }}" -n auto
94
+ -p no:warnings -v -m "${{ steps.pytest_marker.outputs.markers }}" -n 8
95
95
- name : Upload pytest test results
96
96
uses : actions/upload-artifact@v2
97
97
with :
Original file line number Diff line number Diff line change 2
2
3
3
Your opinion matters a great deal to us. Only by hearing your thoughts on the
4
4
Unity ML-Agents Toolkit can we continue to improve and grow. Please take a few
5
- minutes to let us know about it.
5
+ minutes to let us know about it.
Please email us at [ [email protected] ] ( mailto:[email protected] ) .
6
6
7
- [ Fill out the survey] ( https://goo.gl/forms/qFMYSYr5TlINvG6f1 )
7
+ <!-- [Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1) -->
You can’t perform that action at this time.
0 commit comments