Skip to content

Commit

Permalink
chore(ci): fix false positive lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousben committed Nov 21, 2024
1 parent 0630e7f commit 9c6c1fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
if: ${{ needs.changes.outputs.other == 'true' }}
run: |
cd python-sdk/
poetry install
make check
test:
Expand Down
1 change: 0 additions & 1 deletion python-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ fmt:
@poetry run isort . --profile black

check:
@poetry run pip install black isort
@poetry run black --check .
@poetry run isort . --check-only --profile black

Expand Down

0 comments on commit 9c6c1fd

Please sign in to comment.