Skip to content

Commit

Permalink
try fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bouromain committed Sep 17, 2021
1 parent 659aea5 commit 1668592
Show file tree
Hide file tree
Showing 2 changed files with 676 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
- name: Install hippocampy package
run: pip install -e .
- name: Lint with flake8
run: |
conda install flake8
Expand Down
Loading

0 comments on commit 1668592

Please sign in to comment.