Skip to content

Commit

Permalink
ci: install dependencies before running black code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed May 22, 2024
1 parent 1b9227f commit ae6eabc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
python-version: '3.12'
- name: Install and configure Poetry
uses: snok/install-poetry@v1
- name: Install project
run: |
poetry install
- name: Format code with black
run: |
poetry run black .
Expand Down

0 comments on commit ae6eabc

Please sign in to comment.