Skip to content

Commit ac8ea38

Browse files
authored
Merge pull request #1 from ModECI/development
Test core on py2.7
2 parents 0e9f76d + 7a0b37d commit ac8ea38

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)