Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Apr 24, 2024
2 parents b1c1a58 + d862197 commit 6e8ff9d
Show file tree
Hide file tree
Showing 17 changed files with 786 additions and 156 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ibllib_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install flake8 pytest flake8-docstrings
pip install -r requirements.txt
pip install -e .
- name: Flake8
run: |
python -m flake8
python -m flake8 --select D --ignore E ibllib/qc/camera.py
- name: Brainbox tests
run: |
cd brainbox
Expand Down
Loading

0 comments on commit 6e8ff9d

Please sign in to comment.