Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Nov 8, 2023
1 parent 2d534f9 commit 9df7736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install Dependencies
run: pip install -r ./image-search-engine/requirements.txt

- name: Run isort
run: isort --check-only --profile=black ./image-search-engine/.
# - name: Run isort
# run: isort --check-only --profile=black ./image-search-engine/.

- name: Run black
run: black --check ./image-search-engine/.
Expand Down

0 comments on commit 9df7736

Please sign in to comment.