Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Nov 15, 2023
1 parent 6905a49 commit 49b1ae0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/python-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 49b1ae0

Please sign in to comment.