Skip to content

Commit 262ee0f

Browse files
bors[bot]sanders41
andauthored
Merge #715
715: Fix isort broken path in CI r=alallema a=sanders41 # Pull Request ## Related issue Fixes the broken path isort error in CI. ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Paul Sanders <[email protected]>
2 parents 8aeddda + 24e245e commit 262ee0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
- name: Install dependencies
9898
run: pipenv install --dev --python=${{ matrix.python-version }}
9999
- name: isort
100-
run: pipenv run isort meilisearch tests setup.py --check-only
100+
run: pipenv run isort meilisearch tests --check-only

0 commit comments

Comments
 (0)