Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: '3.10'
architecture: 'x64'
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1.3.4
- run: poetry run pip install twine
- run: poetry build
- run: poetry run twine check --strict dist/*
Expand All @@ -26,7 +26,7 @@ jobs:
with:
python-version: '3.10'
architecture: 'x64'
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1.3.4
- run: poetry install
- run: poetry run mypy .

Expand All @@ -42,7 +42,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1.3.4
- run: poetry install
- run: poetry run pytest --cov=mypy_silent --cov-report=xml
- uses: codecov/codecov-action@v3.1.0
Expand Down