Skip to content

Commit

Permalink
chore: Update poetry installation command to remove --only dev option
Browse files Browse the repository at this point in the history
  • Loading branch information
shunichironomura committed Jul 7, 2024
1 parent 1e24588 commit 3b4f510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
poetry-version: ${{ env.POETRY_VERSION }}

- name: Install dependencies
run: poetry install --no-interaction --only dev
run: poetry install --no-interaction

- name: Run mypy
run: poetry run --no-interaction -- mypy --python-version ${{ matrix.python-version }} .
Expand Down

0 comments on commit 3b4f510

Please sign in to comment.