parent
a0f7831278
commit
1ac9164f91
|
@ -50,7 +50,6 @@ jobs:
|
|||
run: |
|
||||
# NOTE: run coverage on tests does not propagare faler status for Win, https://github.com/nedbat/coveragepy/issues/1003
|
||||
python -m pytest pytorch_lightning tests -v --durations=50 --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml
|
||||
# coverage report
|
||||
shell: bash -l {0}
|
||||
|
||||
- name: Upload pytest test results
|
||||
|
|
|
@ -61,6 +61,7 @@ ENV \
|
|||
PATH="/root/miniconda3/bin:$PATH" \
|
||||
LD_LIBRARY_PATH="/root/miniconda3/lib:$LD_LIBRARY_PATH" \
|
||||
CUDA_TOOLKIT_ROOT_DIR="/usr/local/cuda" \
|
||||
MKL_THREADING_LAYER=GNU \
|
||||
HOROVOD_GPU_OPERATIONS=NCCL \
|
||||
HOROVOD_WITH_PYTORCH=1 \
|
||||
HOROVOD_WITHOUT_TENSORFLOW=1 \
|
||||
|
|
Loading…
Reference in New Issue