Update cpu_unit_tests_linux.yml

This commit is contained in:
Miguel González-Fierro 2019-07-23 14:33:49 +01:00 коммит произвёл GitHub
Родитель c321261a21
Коммит f49a353854
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -31,7 +31,9 @@ jobs:
# displayName: 'Creating Conda Environment with dependencies'
- bash: |
/bin/bash -c '. /anaconda/etc/profile.d/conda.sh && conda activate nlp_cpu && pytest tests/unit -m "not notebooks and not gpu" --junitxml=junit/test-unitttest.xml'
/bin/bash -c '. /anaconda/etc/profile.d/conda.sh && \
conda activate nlp_cpu && \
pytest tests/unit -m "not notebooks and not gpu" --junitxml=junit/test-unitttest.xml'
displayName: 'Run Unit tests'
# Uncomment if needed