Skip to content

Commit

Permalink
chore(dependencies): update snok/install-poetry action to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2023
1 parent 5ddb83d commit 2dbafa5
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 2dbafa5

Please sign in to comment.