Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Sep 12, 2023
1 parent 296a034 commit 247239f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
cache-dependency-path: 'pyproject.toml'

- name: flake8
run: |
Expand All @@ -34,8 +34,7 @@ jobs:
- name: iblrig and iblpybpod requirements
shell: bash -l {0}
run: |
pip install --editable iblrig
pip install -r requirements.txt
pip install --editable .
- name: Install audio library (Ubuntu only)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 247239f

Please sign in to comment.