Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mypy not detect pytest in dev ci #46

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

kiraware
Copy link
Owner

@kiraware kiraware commented Aug 2, 2024

mypy require pytest (test dependency) to be installed in order to perform static type analysis, hence it raise error if pytest dependency not installed. to fix this, we just need to include the test dependency.

mypy require pytest (test dependency) to be installed in order to
perform static type analysis, hence it raise error if pytest dependency
not installed. to fix this, we just need to include the test dependency.
@kiraware kiraware added bug Something isn't working github_actions Pull requests that update GitHub Actions code labels Aug 2, 2024
@kiraware kiraware requested a review from vexra August 2, 2024 06:35
@kiraware kiraware self-assigned this Aug 2, 2024
@vexra vexra merged commit 260027c into main Sep 18, 2024
3 of 9 checks passed
@vexra vexra deleted the fix-dev-workflow-mypy-error branch September 18, 2024 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants