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

Revert "build(deps): bump actions/setup-python from 4.7.0 to 4.7.1" #42

Conversation

mihaimaruseac
Copy link
Collaborator

Reverts #30

Reverting because it breaks pip package resolution: working, broken: both have

Collecting etils[array-types,enp,epath,epy,etqdm,etree]==1.5.1 (from -r slsa_for_models/install/requirements.txt (line 190))
  Using cached etils-1.5.1-py3-none-any.whl (140 kB)

in the log, but the one after the action bump is then trying to look for

Collecting etils[epath] (from array-record==0.5.0->-r slsa_for_models/install/requirements.txt (line 18))
ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
    etils[epath] from https://files.pythonhosted.org/packages/0f/6a/d2aaebacf73d5da7126c632ec0d9dc2df99cc4bbd259bad48904a034fc1b/etils-1.5.2-py3-none-any.whl (from array-record==0.5.0->-r slsa_for_models/install/requirements.txt (line 18))

Copy link
Collaborator

@laurentsimon laurentsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's create a tracking issue for it?

@laurentsimon
Copy link
Collaborator

Looks like it's a problem with the formatting of requirement file.. @di have you seen this error before?

@mihaimaruseac
Copy link
Collaborator Author

Made #43 to track this and the breakage in dependency resolution from #37

@mihaimaruseac mihaimaruseac merged commit 94b3869 into main Oct 24, 2023
6 checks passed
@mihaimaruseac mihaimaruseac deleted the revert-30-dependabot/github_actions/actions/setup-python-4.7.1 branch October 24, 2023 19:02
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.

3 participants