Skip to content

Commit e926a9d

Browse files
authored
Update ci.yml
1 parent 28485d7 commit e926a9d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ jobs:
6363
if: ${{ matrix.python-version != '2.7' }}
6464
run: |
6565
66-
# Install psyneulink
67-
python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git
68-
69-
git clone --branch attrs_test https://github.com/ModECI/MDF.git
66+
git clone --branch development https://github.com/ModECI/MDF.git
7067
cd MDF
7168
pip install .
7269
cd examples/MDF

0 commit comments

Comments
 (0)