Skip to content

Commit

Permalink
ci: install solara so isort does not re-order
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 31, 2023
1 parent 6d2b2d6 commit 9161e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codequality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install solara
run: |
pip install -e ".[dev]"
- name: Run pre commit
run: |
pip install pre-commit
Expand Down

0 comments on commit 9161e44

Please sign in to comment.