[CI] 2 fixes (#10248)

* fix invalid port

* missing requirements
This commit is contained in:
Stas Bekman
2021-02-17 14:12:39 -08:00
committed by GitHub
parent 7246785a67
commit d1eb88f42d
2 changed files with 2 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ jobs:
RUN_SLOW: yes
run: |
source .env/bin/activate
pip install -r examples/_tests_requirements.txt
python -m pytest -n 1 --dist=loadfile -s --make-reports=tests_torch_examples_multi_gpu examples
- name: Failure short reports