diff --git a/.github/workflows/black-formatter.yml b/.github/workflows/black-formatter.yml index 6adb73a2..7c311be7 100644 --- a/.github/workflows/black-formatter.yml +++ b/.github/workflows/black-formatter.yml @@ -13,12 +13,13 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.10' # Specify the version of Python you need + python-version: '3.11' # Specify the version of Python you need - name: Install dependencies run: | python -m pip install --upgrade pip pip install black + pip install "black[jupyter]" - name: Run Black run: black --check . \ No newline at end of file