We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
looks like it only need hatch here
hatch-cython/src/hatch_cython/config/config.py
Line 7 in 0488f78
it's a 2 lines function
def running_in_ci() -> bool: return any(os.environ.get(env_var) in {'true', '1'} for env_var in ('CI', 'GITHUB_ACTIONS'))
can we just copy this file into this project so we don't need to install hatch when building? it could speedup build
The text was updated successfully, but these errors were encountered:
@trim21 sure, I'm happy with that change! Will work into v0.6.0rc2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
looks like it only need hatch here
hatch-cython/src/hatch_cython/config/config.py
Line 7 in 0488f78
it's a 2 lines function
can we just copy this file into this project so we don't need to install hatch when building? it could speedup build
The text was updated successfully, but these errors were encountered: