Skip to content

Commit c4c334d

Browse files
authored
Merge pull request #344 from ModECI/development
Adds PyPI badge and disables failing windows tests
2 parents a2f3ea9 + 0ec2467 commit c4c334d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
pip list
6767
6868
- name: Test interface ACT-R
69+
if: ${{ matrix.python-version != '3.10' || matrix.runs-on != 'windows-latest' }}
6970
run: |
7071
python -m pytest -v -m "actr" tests/
7172
@@ -75,6 +76,7 @@ jobs:
7576
python -m pytest -v -m "pytorch" tests/
7677
7778
- name: Test interface NeuroML
79+
if: ${{ matrix.python-version != '3.10' || matrix.runs-on != 'windows-latest' }}
7880
run: |
7981
python -m pytest -v -m "neuroml" tests/
8082

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
</p>
44

55
[![Actions Status][actions-badge]][actions-link]
6+
[![PyPI version](https://badge.fury.io/py/modeci-mdf.svg)](https://badge.fury.io/py/modeci-mdf)
67
[![Documentation Status][rtd-badge]][rtd-link]
78
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
89

0 commit comments

Comments
 (0)