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

Skip module check because it blocks automated installs #133

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

wasare
Copy link
Contributor

@wasare wasare commented Jan 26, 2022

My idea was import django before the check.py to skip the blocking error. Any feedback will be appreciated.

2022-01-26_18-31-django-todo

@shacker
Copy link
Owner

shacker commented Jan 27, 2022

@wasare Under what circumstances are you seeing this problem?

@wasare
Copy link
Contributor Author

wasare commented Jan 27, 2022

The problem occurs in a CI workflow (with github actions). When run pip install -r requirements.txt django is installed along side with your package but the envoirnment does not loaded (or register) the package before install the all dependencies. I understand is a particular case, fixing it i could share the problem and help others.

@shacker shacker changed the title Skips module check because it blocks automated installs Skip module check because it blocks automated installs Feb 4, 2022
@shacker
Copy link
Owner

shacker commented Feb 4, 2022

OK that makes sense to me, and I can't see any downside. Thanks for the PR!

@shacker shacker merged commit 79a272d into shacker:master Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants