Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Dec 9, 2022
1 parent e71133d commit ec67514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- run: poetry install
- run: poetry run mypy lokalise/ --ignore-missing-imports . || true
- run: poetry run pytest --cov=lokalise --cov-report=xml --verbose --cov-report term
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ec67514

Please sign in to comment.