diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index df229e73..dd8e4088 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -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 \ No newline at end of file