Skip to content

Commit

Permalink
chore(CI): fix bad file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarreau committed Dec 20, 2024
1 parent 1154f00 commit 12cbcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/isort/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ runs:
with:
sortPaths: ${{ inputs.current_package }}
requirementsFiles: "requirements.txt ../../requirements.txt"
configuration: "--settings-file=../../.isort.cfg"
configuration: "--settings-file=./isort.cfg"

0 comments on commit 12cbcce

Please sign in to comment.