This commit is contained in:
Maryam Honari 2022-03-30 16:52:43 -07:00 коммит произвёл GitHub Enterprise
Родитель 78fde8143e
Коммит bf4a017502
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/python/black - repo: https://github.com/python/black
rev: 22.1.0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
exclude: > exclude: >

Просмотреть файл

@ -13,7 +13,7 @@ pytest_gpu:
python3 -u -m ml-agents.tests.yamato.setup_venv python3 -u -m ml-agents.tests.yamato.setup_venv
python3 -m pip install --progress-bar=off -r test_requirements.txt --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple python3 -m pip install --progress-bar=off -r test_requirements.txt --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
python3 -m pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple python3 -m pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
python3 -m pytest -m "not slow" -n auto --junitxml=junit/test-results.xml -p no:warnings python3 -m pytest -m "not slow" --junitxml=junit/test-results.xml -p no:warnings
triggers: triggers:
cancel_old_ci: true cancel_old_ci: true
expression: | expression: |