Skip to content

Commit 12adb1e

Browse files
committed
Removing references to the hardcoded version of setuptools.
1 parent 35aeb2f commit 12adb1e

File tree

4 files changed

+0
-23
lines changed

4 files changed

+0
-23
lines changed

.github/actions/setup-ci-machine/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ runs:
66
steps:
77
- run: python -m pip install --upgrade pip
88
shell: bash
9-
- run: pip install wheel==0.30.0 setuptools==70.0.0
10-
shell: bash
119
- run: pip install pytest==6.2.5
1210
shell: bash
1311
- run: pip install coverage

.github/workflows/merge-workflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
python-version: '3.12'
1717
architecture: x64
18-
- name: Install setuptools
19-
run: pip install setuptools==70.0.0
2018
- uses: ./.github/actions/setup-ci-machine
2119
- uses: ./.github/actions/build-publish-azure-devops-cli-extension
2220

@@ -29,8 +27,6 @@ jobs:
2927
with:
3028
python-version: '3.12'
3129
architecture: x64
32-
- name: Install setuptools
33-
run: pip install setuptools==70.0.0
3430
- uses: ./.github/actions/setup-ci-machine
3531
- uses: ./.github/actions/build-publish-azure-cli-test-sdk
3632

@@ -143,8 +139,6 @@ jobs:
143139
with:
144140
python-version: '3.12'
145141
architecture: x64
146-
- name: Install setuptools
147-
run: pip install setuptools==70.0.0
148142
- uses: ./.github/actions/install-azure-cli-edge
149143
- uses: ./.github/actions/download-install-local-azure-test-sdk
150144
- uses: ./.github/actions/setup-ci-machine
@@ -165,8 +159,6 @@ jobs:
165159
with:
166160
python-version: '3.12'
167161
architecture: x64
168-
- name: Install setuptools
169-
run: pip install setuptools==70.0.0
170162
- uses: ./.github/actions/install-azure-cli-edge
171163
- uses: ./.github/actions/download-install-local-azure-test-sdk
172164
- uses: ./.github/actions/setup-ci-machine
@@ -201,8 +193,6 @@ jobs:
201193
architecture: x64
202194
- uses: ./.github/actions/setup-ci-machine
203195
- uses: ./.github/actions/install-azure-cli-edge
204-
- name: Install setuptools
205-
run: pip install setuptools==70.0.0
206196
- name: Build wheel for Azure DevOps CLI extension
207197
run: python setup.py sdist bdist_wheel
208198
working-directory: 'azure-devops/'

.github/workflows/pr-workflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
with:
1717
python-version: '3.12'
1818
architecture: x64
19-
- name: Install setuptools
20-
run: pip install setuptools==70.0.0
2119
- uses: ./.github/actions/setup-ci-machine
2220
- uses: ./.github/actions/build-publish-azure-devops-cli-extension
2321

@@ -30,8 +28,6 @@ jobs:
3028
with:
3129
python-version: '3.12'
3230
architecture: x64
33-
- name: Install setuptools
34-
run: pip install setuptools==70.0.0
3531
- uses: ./.github/actions/setup-ci-machine
3632
- uses: ./.github/actions/build-publish-azure-cli-test-sdk
3733

@@ -152,8 +148,6 @@ jobs:
152148
with:
153149
python-version: '3.12'
154150
architecture: x64
155-
- name: Install setuptools
156-
run: pip install setuptools==70.0.0
157151
- uses: ./.github/actions/install-azure-cli-edge
158152
- uses: ./.github/actions/download-install-local-azure-test-sdk
159153
- uses: ./.github/actions/setup-ci-machine
@@ -174,8 +168,6 @@ jobs:
174168
with:
175169
python-version: '3.12'
176170
architecture: x64
177-
- name: Install setuptools
178-
run: pip install setuptools==70.0.0
179171
- uses: ./.github/actions/install-azure-cli-edge
180172
- uses: ./.github/actions/download-install-local-azure-test-sdk
181173
- uses: ./.github/actions/setup-ci-machine
@@ -213,8 +205,6 @@ jobs:
213205
architecture: x64
214206
- uses: ./.github/actions/setup-ci-machine
215207
- uses: ./.github/actions/install-azure-cli-edge
216-
- name: Install setuptools
217-
run: pip install setuptools==70.0.0
218208
- name: Build wheel for Azure DevOps CLI extension
219209
run: python setup.py sdist bdist_wheel
220210
working-directory: 'azure-devops/'

.github/workflows/released-version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
run: |
3838
python -m venv env
3939
source env/bin/activate
40-
pip install wheel==0.30.0 setuptools==70.0.0
4140
pip install azdev
4241
azdev --version
4342
azdev setup -r ./ -e azure-devops

0 commit comments

Comments
 (0)