Skip to content

Commit 9718309

Browse files
committed
Install inspyred first
1 parent f30ad29 commit 9718309

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ jobs:
5151
- name: Install package
5252
run: |
5353
python -m pip install --upgrade pip
54+
55+
# Ensure very latest inspyred (not on pypi) is installed
56+
pip install git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
57+
5458
pip install -r requirements.txt
5559
pip install .
5660
57-
# Ensure very latest neurotune (not on pypi) is installed
58-
pip install git+https://github.com/aarongarrett/inspyred.git@master
59-
6061
- name: List packages so far
6162
run: |
6263
pip list

0 commit comments

Comments
 (0)