File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 66
66
pip list
67
67
68
68
- name : Test interface ACT-R
69
+ if : ${{ matrix.python-version != '3.10' || matrix.runs-on != 'windows-latest' }}
69
70
run : |
70
71
python -m pytest -v -m "actr" tests/
71
72
75
76
python -m pytest -v -m "pytorch" tests/
76
77
77
78
- name : Test interface NeuroML
79
+ if : ${{ matrix.python-version != '3.10' || matrix.runs-on != 'windows-latest' }}
78
80
run : |
79
81
python -m pytest -v -m "neuroml" tests/
80
82
Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
[ ![ Actions Status] [ actions-badge ]] [ actions-link ]
6
+ [ ![ PyPI version] ( https://badge.fury.io/py/modeci-mdf.svg )] ( https://badge.fury.io/py/modeci-mdf )
6
7
[ ![ Documentation Status] [ rtd-badge ]] [ rtd-link ]
7
8
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
8
9
You can’t perform that action at this time.
0 commit comments