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:
18184 . See error
1919
2020** 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.
2222
2323** Screenshots**
2424If applicable, add screenshots to help explain your problem.
Original file line number Diff line number Diff line change 8787 run : |
8888 pytest --cov=ml-agents --cov=ml-agents-envs \
8989 --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
9191 - name : Upload pytest test results
9292 uses : actions/upload-artifact@v2
9393 with :
Original file line number Diff line number Diff line change 9191 run : |
9292 pytest --cov=ml-agents --cov=ml-agents-envs \
9393 --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
9595 - name : Upload pytest test results
9696 uses : actions/upload-artifact@v2
9797 with :
Original file line number Diff line number Diff line change 22
33Your opinion matters a great deal to us. Only by hearing your thoughts on the
44Unity 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 [ ml-agents@unity3d.com ] ( mailto:ml-agents@unity3d.com ) .
66
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