Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[CI] Bug fix - accidentally deleted row
Browse files Browse the repository at this point in the history
  • Loading branch information
igiloh-pinecone committed Oct 29, 2023
1 parent fe9456e commit a2169b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merege_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with dev

- name: Run flake8 Check
run: poetry run flake8 .
- name: Run mypy check
run: poetry run mypy src
Expand Down

0 comments on commit a2169b6

Please sign in to comment.