Skip to content

Commit 532fd27

Browse files
committed
update coverage to pettingzoo folder
update the clone branch in colab
1 parent b25e8ca commit 532fd27

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pip freeze > pip_versions-${{ matrix.python-version }}.txt
6363
cat pip_versions-${{ matrix.python-version }}.txt
6464
- 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
6666
- name: Upload pytest test results
6767
uses: actions/upload-artifact@v2
6868
with:

pettingzoo-unity/Colab_PettingZoo.ipynb

+1-10
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
" import mlagents\n",
113113
" print(\"ml-agents already installed\")\n",
114114
"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",
116116
" !python -m pip install -q ./ml-agents/ml-agents-envs\n",
117117
" !python -m pip install -q ./ml-agents/ml-agents\n",
118118
" !python -m pip install -q ./ml-agents/pettingzoo-unity\n",
@@ -312,15 +312,6 @@
312312
"nbconvert_exporter": "python",
313313
"pygments_lexer": "ipython3",
314314
"version": "3.7.8"
315-
},
316-
"pycharm": {
317-
"stem_cell": {
318-
"cell_type": "raw",
319-
"metadata": {
320-
"collapsed": false
321-
},
322-
"source": []
323-
}
324315
}
325316
},
326317
"nbformat": 4,

0 commit comments

Comments
 (0)