Skip to content

Commit a3dedc9

Browse files
committed
.github+sdks/python: reconfigure dependencies
1 parent 0f07595 commit a3dedc9

17 files changed

Lines changed: 61 additions & 107 deletions

.github/actions/setup-environment-action/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ runs:
5656
sdks/python/setup.py
5757
sdks/python/tox.ini
5858
59-
- name: Upgrade pip and setuptools
60-
if: ${{ inputs.python-version != '' }}
61-
shell: bash
62-
run: |
63-
python -m pip install --upgrade pip
64-
pip install --upgrade setuptools
65-
6659
- name: Cache tox environments
6760
if: ${{ inputs.python-version != '' && inputs.tox-cache == 'true' }}
6861
uses: actions/cache@v3

.github/workflows/build_release_candidate.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,6 @@ jobs:
281281
uses: actions/setup-python@v5
282282
with:
283283
python-version: '3.9'
284-
- name: Upgrade pip and setuptools
285-
run: |
286-
python -m pip install --upgrade pip
287-
pip install --upgrade setuptools
288284
- name: Set up Docker Buildx
289285
uses: docker/setup-buildx-action@v2
290286
- name: Remove default github maven configuration

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ jobs:
9393
uses: actions/setup-python@v5
9494
with:
9595
python-version: 3.9
96-
- name: Upgrade pip and setuptools
97-
run: |
98-
python -m pip install --upgrade pip
99-
pip install --upgrade setuptools
10096
- name: Get tag
10197
id: get_tag
10298
run: |
@@ -251,10 +247,6 @@ jobs:
251247
uses: actions/setup-python@v5
252248
with:
253249
python-version: 3.9
254-
- name: Upgrade pip and setuptools
255-
run: |
256-
python -m pip install --upgrade pip
257-
pip install --upgrade setuptools
258250
- uses: docker/setup-qemu-action@v1
259251
if: ${{matrix.os_python.arch == 'aarch64'}}
260252
name: Set up QEMU

.github/workflows/flaky_test_detection.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-python@v5
43-
with:
43+
with:
4444
python-version: 3.11
45-
- name: Upgrade pip and setuptools
46-
run: |
47-
python -m pip install --upgrade pip
48-
pip install --upgrade setuptools
4945
- run: pip install PyGithub
5046
- run: python .test-infra/tools/flaky_test_detection.py

.github/workflows/python_dependency_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.params.py_ver }}
43-
- name: Upgrade pip and setuptools
44-
run: |
45-
python -m pip install --upgrade pip
46-
pip install --upgrade setuptools
4743
- name: Install base_image_requirements.txt
4844
working-directory: ./sdks/python
4945
run: pip install --no-deps -r container/${{ matrix.params.py_env }}/base_image_requirements.txt

.github/workflows/refresh_looker_metrics.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: 3.11
44-
- name: Upgrade pip and setuptools
45-
run: |
46-
python -m pip install --upgrade pip
47-
pip install --upgrade setuptools
4844
- run: pip install requests google-cloud-storage looker-sdk
4945
- name: Authenticate on GCP
5046
uses: google-github-actions/auth@v2

.github/workflows/republish_released_docker_containers.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
uses: actions/setup-python@v5
7272
with:
7373
python-version: '3.9'
74-
- name: Upgrade pip and setuptools
75-
run: |
76-
python -m pip install --upgrade pip
77-
pip install --upgrade setuptools
7874
- name: Authenticate on GCP
7975
uses: google-github-actions/auth@v2
8076
with:

.github/workflows/run_perf_alert_tool.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
uses: actions/setup-python@v5
4141
with:
4242
python-version: 3.9
43-
- name: Upgrade pip and setuptools
44-
run: |
45-
python -m pip install --upgrade pip
46-
pip install --upgrade setuptools
4743
- name: Install Apache Beam
4844
working-directory: ./sdks/python
4945
run: pip install -e .[gcp,test]

.github/workflows/run_rc_validation_python_mobile_gaming.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ jobs:
108108
with:
109109
python-version: ${{ env.PYTHON_VERSION }}
110110

111-
- name: Upgrade pip and setuptools
112-
run: |
113-
python -m pip install --upgrade pip
114-
pip install --upgrade setuptools
115-
116111
- name: Install Dependencies
117112
run: |
118113
sudo apt-get update --yes

.github/workflows/run_rc_validation_python_yaml.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ jobs:
9595
with:
9696
python-version: ${{ env.PYTHON_VERSION }}
9797

98-
- name: Upgrade pip and setuptools
99-
run: |
100-
python -m pip install --upgrade pip
101-
pip install --upgrade setuptools
102-
10398
- name: Install Dependencies
10499
run: |
105100
sudo apt-get update --yes

0 commit comments

Comments
 (0)