We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30ad29 commit 9718309Copy full SHA for 9718309
.github/workflows/ci.yml
@@ -51,12 +51,13 @@ jobs:
51
- name: Install package
52
run: |
53
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
58
pip install -r requirements.txt
59
pip install .
60
- # Ensure very latest neurotune (not on pypi) is installed
- pip install git+https://github.com/aarongarrett/inspyred.git@master
-
61
- name: List packages so far
62
63
pip list
0 commit comments