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

DM-35894: numpy.distutils requires pinning setuptools<65 #50

Merged
merged 1 commit into from Aug 15, 2022

Conversation

mwittgen
Copy link
Contributor

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@@ -54,7 +54,7 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade setuptools wheel build
pip install --upgrade "setuptools<65" "flake8<5" wheel build
Copy link
Member

Choose a reason for hiding this comment

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

Is this flake8 pin needed here? No tests are run.

.github/workflows/build.yaml Outdated Show resolved Hide resolved
pin flake8 < 5, required by pytest
@mwittgen mwittgen merged commit 0261d94 into main Aug 15, 2022
@mwittgen mwittgen deleted the tickets/DM-35894 branch August 15, 2022 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants