File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 python -m pip install --upgrade pip
3232 pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
3333 pip install -r requirements.txt
34+ - name : Install libomp (macOS)
35+ if : runner.os == 'macOS'
36+ run : brew install libomp
3437 - name : Test with pytest
3538 run : |
3639 pip install pytest pytest-cov
37- python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html -r w
40+ python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html -r w ${{ runner.os == 'macOS' && '-k "not test_deep_learning_algorithms"' || '' }}
3841 python -m pytest --doctest-modules --junitxml=junit/test-results-brain.xml --cov=. --cov-report=xml --cov-report=html --dataFile tests/IVIMmodels/unit_tests/generic_brain.json -r w -k test_ivim_fit_saved
3942
You can’t perform that action at this time.
0 commit comments