Update cpu_unit_tests_linux.yml
This commit is contained in:
Родитель
c321261a21
Коммит
f49a353854
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче