Skip to content

ci: modernize based on poetry#717

Draft
neersighted wants to merge 13 commits intopython-poetry:mainfrom
neersighted:ci_update
Draft

ci: modernize based on poetry#717
neersighted wants to merge 13 commits intopython-poetry:mainfrom
neersighted:ci_update

Conversation

@neersighted
Copy link
Copy Markdown
Member

Resolves: python-poetry#

  • Added tests for changed code.
  • Updated documentation for changed code.

with:
runner: ${{ matrix.os.image }}
python-version: ${{ matrix.python-version }}
run-mypy: ${{ needs.changes.outputs.src == 'true' }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run-mypy: ${{ needs.changes.outputs.src == 'true' }}
run-mypy: ${{ needs.changes.outputs.tests == 'true' }}

See python-poetry/poetry#9317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants