Skip to content

Commit

Permalink
ci: install optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Aug 21, 2021
1 parent 1f8f255 commit b007591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies using poetry
run: |
pip install poetry
poetry install --no-interaction --no-ansi
poetry install --no-interaction --no-ansi -E dotenv
# This step caches our pre-commit environment. To make sure we
# do create a new environment when our pre-commit setup changes,
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Install dependencies using poetry
run: |
pip install poetry
poetry install --no-interaction --no-ansi
poetry install --no-interaction --no-ansi -E dotenv
# Run tests with pytest-cov to generate a coverage report
# This is saved to ./.coverage to be used by codecov to link a
Expand Down

0 comments on commit b007591

Please sign in to comment.