Skip to content

Commit f30ad29

Browse files
committed
Install correct inspyred in ci
1 parent 67f0c48 commit f30ad29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
pip install -r requirements.txt
5555
pip install .
5656
57+
# Ensure very latest neurotune (not on pypi) is installed
58+
pip install git+https://github.com/aarongarrett/inspyred.git@master
59+
5760
- name: List packages so far
5861
run: |
5962
pip list

0 commit comments

Comments
 (0)