We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a915380 commit 3b80673Copy full SHA for 3b80673
.github/workflows/push.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
python-version: '3.8'
14
architecture: 'x64'
15
- - uses: snok/install-poetry@v1.3.0
+ - uses: snok/install-poetry@v1.3.1
16
- run: poetry install
17
- run: poetry run mypy .
18
@@ -28,7 +28,7 @@ jobs:
28
29
python-version: ${{ matrix.python-version }}
30
31
32
33
- run: poetry run pytest --cov=mypy_silent
34
- uses: codecov/codecov-action@v1.5.2
0 commit comments