Skip to content

Commit

Permalink
Revert "[CI] Do not update pip, setuptools, and wheel for sdist build"
Browse files Browse the repository at this point in the history
This reverts commit eeb85d2.
This should not be necessary anymore now that the build system has
been updated.
  • Loading branch information
amadio committed Jun 6, 2023
1 parent 39585c3 commit 7163e7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,9 @@ jobs:
pkg-config \
tree
sudo apt-get autoclean -y
# Remove packages with invalid versions which cause sdist build to fail
sudo apt-get remove python3-debian python3-distro-info
python3 -m pip --no-cache-dir install --upgrade pip setuptools wheel
python3 -m pip list
- name: Clone repository
Expand Down

0 comments on commit 7163e7b

Please sign in to comment.