Skip to content

Commit

Permalink
Merge pull request #582 from armakuni/dependabot/github_actions/abati…
Browse files Browse the repository at this point in the history
…lo/actions-poetry-2.3.0

build(deps): Bump abatilo/actions-poetry from 2.1.5 to 2.3.0
  • Loading branch information
nagyben authored Jul 18, 2023
2 parents f8a7a92 + e1a6546 commit 52c8eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
with:
python-version: 3.9.*
architecture: x64
- uses: abatilo/actions-poetry@v2.1.5
- uses: abatilo/actions-poetry@v2.3.0
- run: ( cd python && poetry install )
- run: ( cd python && (poetry run mutmut run --paths-to-mutate=bowling_game.py --runner "python -m pytest" || true) ; poetry run mutmut html ; ls html )

0 comments on commit 52c8eb1

Please sign in to comment.