Skip to content

Commit bbc7d59

Browse files
miguelalonsojrGitHub Enterprise
authored andcommitted
Fix failing gha pytest (#66)
* Updated pytest. * Updated SURVEY.md to remove dead survey link. * Updated bug_report.md to update dead link.
1 parent 363fbe4 commit bbc7d59

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Steps to reproduce the behavior:
1818
4. 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**
2424
If applicable, add screenshots to help explain your problem.

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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:

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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:

SURVEY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Your opinion matters a great deal to us. Only by hearing your thoughts on the
44
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]).
66

7-
[Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1)
7+
<!-- [Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1) -->

0 commit comments

Comments
 (0)