We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b2d0c commit 4ef4f6fCopy full SHA for 4ef4f6f
.github/make_ci_environ.py
@@ -85,4 +85,4 @@ def create_env_yaml(deps, name="env", python_version=None, free_threaded=False):
85
with open(out_name, "w") as f:
86
yaml.safe_dump(env_data, f, sort_keys=False)
87
88
- print("✅ Generated environment_ci.yml with", len(deps), "dependencies")
+ print("Generated environment_ci.yml with", len(deps), "dependencies")
0 commit comments