diff --git a/.github/workflows/python-format.yml b/.github/workflows/python-format.yml index af4a483..db90181 100644 --- a/.github/workflows/python-format.yml +++ b/.github/workflows/python-format.yml @@ -37,11 +37,4 @@ jobs: uses: psf/black@stable with: options: "--check --verbose" - src: "./pixano" - - - name: Lint Jupyter notebooks with black - uses: psf/black@stable - with: - options: "--check --verbose" - src: "./notebooks" - jupyter: true + src: "./pixano_inference"