Skip to content

Commit

Permalink
COMP: Remove unused setuptools upgrade in Linux builds
Browse files Browse the repository at this point in the history
Avoid unrelated `importlib_metadata` errors reported in InsightSoftwareConsortium#4781
  • Loading branch information
thewtex committed Aug 20, 2024
1 parent e816336 commit 2734a97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
sudo pip3 install ninja
sudo apt-get update
sudo apt-get install -y python3-venv
sudo python3 -m pip install --upgrade setuptools
sudo python3 -m pip install lxml scikit-ci-addons
displayName: 'Install dependencies'
Expand Down Expand Up @@ -126,7 +125,6 @@ jobs:
sudo pip3 install ninja
sudo apt-get update
sudo apt-get install -y python3-venv
sudo python3 -m pip install --upgrade setuptools
sudo python3 -m pip install lxml scikit-ci-addons
displayName: 'Install dependencies'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- bash: |
set -x
python3 -m pip install ninja numpy>=1.20 typing-extensions
python3 -m pip install --upgrade setuptools
python3 -m pip install lxml scikit-ci-addons dask distributed
displayName: 'Install dependencies'
Expand Down

0 comments on commit 2734a97

Please sign in to comment.