Tests/docker (#1573)

* devel image

* try parallel

* new image
This commit is contained in:
Jirka Borovec
2020-04-23 12:52:59 -04:00
committed by GitHub
parent e977d1cde5
commit 0b22b64a10
9 changed files with 49 additions and 16 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
run: |
# python -m pip install --upgrade --user pip
pip install -r requirements.txt -U -f https://download.pytorch.org/whl/torch_stable.html -q
HOROVOD_BUILD_ARCH_FLAGS="-mfma" pip install -r ./tests/requirements.txt -q
HOROVOD_BUILD_ARCH_FLAGS="-mfma" pip install -r ./tests/requirements-devel.txt -q
# pip install tox coverage
python --version
pip --version