-
Notifications
You must be signed in to change notification settings - Fork 11
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: move autoflake to dev dependencies #86
Conversation
Fix #84 |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
@hadim note that when touching the pyproject.toml file, you also have to run something like |
@dolfim-ibm I also removed the entrypoint (which is missing from the source code) as said at #85 |
Signed-off-by: Hadrien Mary <[email protected]> Signed-off-by: Hadrien Mary <[email protected]>
Signed-off-by: Hadrien Mary <[email protected]>
fix Broken CLI DS4SD#85 Signed-off-by: Hadrien Mary <[email protected]>
It seems like your CI is compiling external libs such as jpeg and qpdf which takes a lot of time. Maybe you should consider relying on the conda-forge deps for jpeg, qpdf and others instead in order to speedup the CI duration? |
The actual long time is the cross-compilation for linux-arm64. For building the distribution wheels at the moment we require the static libraries of the dependencies, which I think are not available in the coda packages. |
No description provided.