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

gh-gl-sync: Fix broken sync script #344

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

scottwittenburg
Copy link
Collaborator

The sync script image became broken recently when it was rebuilt and picked up python 3.11. At that point, one of the dependencies of the github package, wrapt, started failing. See here:

GrahamDumpleton/wrapt#196

This pins python at 3.10 until the github package can update its (possibly transitive) dependency on wrapt to the fixed version.

The sync script image became broken recently when it was rebuilt and
picked up python 3.11.  At that point, one of the dependencies of the
github package, wrapt, started failing.  See here:

GrahamDumpleton/wrapt#196

This pins python at 3.10 until the github package can update its
(possibly transitive) dependency on wrapt to the fixed version.
@scottwittenburg
Copy link
Collaborator Author

Currently the gh-gl-sync script is running using an image I pushed for testing (and completed it's first run successfully).

@scottwittenburg scottwittenburg merged commit f2dae31 into spack:main Nov 2, 2022
@scottwittenburg scottwittenburg deleted the fix-wrapt-import-error branch November 2, 2022 16:09
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