Skip to content

Commit be08b7c

Browse files
committed
Minor
1 parent cf11625 commit be08b7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464

6565
- name: Install MDF
6666
run: |
67-
67+
68+
# Install psyneulink - mdf branch
6869
python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@mdf
6970
7071
git clone https://github.com/ModECI/MDF.git
@@ -76,5 +77,5 @@ jobs:
7677
7778
- name: Final version info
7879
run: |
79-
8080
pip list
81+
env

0 commit comments

Comments
 (0)