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

chore: update setuptools in docker images #251

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

ThibaultFy
Copy link
Member

Related issue

# followed by the number of the issue

Summary

Notes

Please check if the PR fulfills these requirements

  • If the feature has an impact on the user experience, the changelog has been updated
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • The commit message follows the conventional commit specification

@ThibaultFy ThibaultFy requested a review from a team as a code owner September 30, 2024 15:03
@@ -62,7 +62,7 @@
ENV PATH="/home/user/venv/bin:$PATH" VIRTUAL_ENV="/home/user/venv"

# install dependencies
RUN python{python_version} -m pip install -U pip
RUN python{python_version} -m pip install -U pip && pip install -U setuptools>=70.0.0
Copy link
Member Author

Choose a reason for hiding this comment

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

Or we can just uninstall it...

Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if it's not used when building wheels for some more exotic dependencies... :/

@ThibaultFy ThibaultFy force-pushed the chore/update-docker-setuptools-version branch from b633ca0 to 516738d Compare October 1, 2024 15:17
Signed-off-by: ThibaultFy <[email protected]>
@ThibaultFy ThibaultFy merged commit c860a5c into main Oct 2, 2024
8 checks passed
@ThibaultFy ThibaultFy deleted the chore/update-docker-setuptools-version branch October 2, 2024 08:35
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.

2 participants