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

List installed packages by workflow #147

Closed
wants to merge 1 commit into from

Conversation

prusse-martin
Copy link
Member

No description provided.

@prusse-martin prusse-martin marked this pull request as ready for review October 18, 2022 21:23
@prusse-martin
Copy link
Member Author

prusse-martin commented Oct 18, 2022

With this change I was able to see the versions intalled in the failing env.

The failing build is using

importlib-metadata        4.8.1            py36h5fab9bb_0    conda-forge
importlib_metadata        4.8.1                hd8ed1ab_1    conda-forge
importlib_resources       5.10.0             pyhd8ed1ab_0    conda-forge

and the last master build was (the current packages are just "listed" posterior to the test run in the Post Run conda-incubator/setup-miniconda@v2, in the workflow teardown)

2022-09-26T19:18:18.1456647Z Removing "/home/runner/conda_pkgs_dir/importlib-metadata-4.8.1-py36h5fab9bb_0"
2022-09-26T19:18:18.1495245Z Removing "/home/runner/conda_pkgs_dir/importlib_metadata-4.8.1-hd8ed1ab_1"
2022-09-26T19:18:18.1532692Z Removing "/home/runner/conda_pkgs_dir/importlib_resources-5.9.0-pyhd8ed1ab_0"

I plan to fix the build in a future PR.
I pretend to investigate a bit but not put much time on this and if I can't find a better solution just pinn importlib_resources <5.10.0 and hope this fix the problem for now... But looking the stack trace it looks like a problem with the cherrypy server.

@nicoddemus
Copy link
Member

@prusse-martin close this?

@prusse-martin
Copy link
Member Author

This PR was mainly to investigate a build problem.
The change propose here does not fix any think, is simple, and if we need this in the future is very simple to reproduce.

@prusse-martin prusse-martin deleted the prusse-martin-conda-list-workflow branch May 28, 2024 14:53
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.

None yet

2 participants