Skip to content

Commit b5418a3

Browse files
committed
Merge branch 'main' of github.com:ModECI/modelspec into main
2 parents 068e823 + ac8ea38 commit b5418a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
15-
python-version: [ 3.7 , 3.9 ]
16+
python-version: [ 2.7, 3.7 , 3.9 ]
1617

1718
steps:
1819
- uses: actions/checkout@v2
@@ -63,6 +64,7 @@ jobs:
6364

6465

6566
- name: Install MDF
67+
if: ${{ matrix.python-version != '2.7' }}
6668
run: |
6769
6870
# Install psyneulink - mdf branch

0 commit comments

Comments
 (0)