Skip to content

Commit

Permalink
Fix CI builds by restricting setuptools version (#459)
Browse files Browse the repository at this point in the history
The change in pypa/setuptools#2896 seems
to have broken all our dxtbx github builds.
  • Loading branch information
ndevenish authored Jan 5, 2022
1 parent ebba6d0 commit c708d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ci-conda-env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ conda-forge::pytest>=4.5
conda-forge::requests
conda-forge::scipy
conda-forge::scons
conda-forge::setuptools
conda-forge::setuptools<60
conda-forge::six
conda-forge::tabulate
conda-forge::tqdm
Expand Down
1 change: 1 addition & 0 deletions newsfragments/459.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get CI builds working again by restricting setuptools<60.

0 comments on commit c708d09

Please sign in to comment.