Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 23, 2025
1 parent 5b1f221 commit ac6f189
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v4
- name: Install dependencies
run: |
poetry install --with docs --with dev
pip install -e ".[dev]"
- name: Reformat the code with black
run: |
black . --check

0 comments on commit ac6f189

Please sign in to comment.