Skip to content

Commit

Permalink
Merge pull request #283 from NeuroML/feat/inspyred
Browse files Browse the repository at this point in the history
Drop explicit inspyred installation in CI
  • Loading branch information
sanjayankur31 authored Dec 6, 2023
2 parents 8eb493a + 9d5bc61 commit 9a56b68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
echo "github.ref is: ${{ github.ref }}"
echo "github.base_ref is: ${{ github.base_ref }}"
- name: Upgrade pip, install inspyred
- name: Upgrade pip, install deps
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
pip install .[dev]
- name: List packages so far
Expand Down

0 comments on commit 9a56b68

Please sign in to comment.