浏览代码

Testing verbose pytest

/goal-conditioning/sensors-3-pytest-fix
vincentpierre 4 年前
当前提交
2c570392
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .github/workflows/pytest.yml

2
.github/workflows/pytest.yml


pip freeze > pip_versions-${{ matrix.python-version }}.txt
cat pip_versions-${{ matrix.python-version }}.txt
- name: Run pytest
run: pytest --cov=ml-agents --cov=ml-agents-envs --cov=gym-unity --cov-report html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings
run: pytest --cov=ml-agents --cov=ml-agents-envs --cov=gym-unity --cov-report html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
- name: Upload pytest test results
uses: actions/upload-artifact@v2
with:

正在加载...
取消
保存