Skip to content

Commit 58aff34

Browse files
committed
ci: Pin pip version to slightly higher to avoid test breakage
Signed-off-by: Danny C <d.chiao@gmail.com>
1 parent eb5f9ae commit 58aff34

11 files changed

+11
-11
lines changed

.github/fork_workflows/fork_pr_integration_tests_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: aws sts get-caller-identity
112112
- name: Upgrade pip version
113113
run: |
114-
pip install --upgrade "pip>=21.3.1,<22.1"
114+
pip install --upgrade "pip>=21.3.1,<22.3"
115115
- name: Get pip cache dir
116116
id: pip-cache
117117
run: |

.github/fork_workflows/fork_pr_integration_tests_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: gcloud info
5656
- name: Upgrade pip version
5757
run: |
58-
pip install --upgrade "pip>=21.3.1,<22.1"
58+
pip install --upgrade "pip>=21.3.1,<23.2"
5959
- name: Get pip cache dir
6060
id: pip-cache
6161
run: |

.github/fork_workflows/fork_pr_integration_tests_snowflake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upgrade pip version
4848
run: |
49-
pip install --upgrade "pip>=21.3.1,<22.1"
49+
pip install --upgrade "pip>=21.3.1,<23.2"
5050
- name: Get pip cache dir
5151
id: pip-cache
5252
run: |

.github/workflows/java_master_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
architecture: x64
115115
- name: Upgrade pip version
116116
run: |
117-
pip install --upgrade "pip>=21.3.1,<22.1"
117+
pip install --upgrade "pip>=21.3.1,<23.2"
118118
- name: Get pip cache dir
119119
id: pip-cache
120120
run: |

.github/workflows/java_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
architecture: x64
151151
- name: Upgrade pip version
152152
run: |
153-
pip install --upgrade "pip>=21.3.1,<22.1"
153+
pip install --upgrade "pip>=21.3.1,<23.2"
154154
- name: Get pip cache dir
155155
id: pip-cache
156156
run: |

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
architecture: x64
1818
- name: Upgrade pip version
1919
run: |
20-
pip install --upgrade "pip>=21.3.1,<22.1"
20+
pip install --upgrade "pip>=21.3.1,<23.2"
2121
- name: Get pip cache dir
2222
id: pip-cache
2323
run: |

.github/workflows/master_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: aws sts get-caller-identity
109109
- name: Upgrade pip version
110110
run: |
111-
pip install --upgrade "pip>=21.3.1,<22.1"
111+
pip install --upgrade "pip>=21.3.1,<23.2"
112112
- name: Get pip cache dir
113113
id: pip-cache
114114
run: |

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
run: aws sts get-caller-identity
176176
- name: Upgrade pip version
177177
run: |
178-
pip install --upgrade "pip>=21.3.1,<22.1"
178+
pip install --upgrade "pip>=21.3.1,<23.2"
179179
- name: Get pip cache dir
180180
id: pip-cache
181181
run: |

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: aws sts get-caller-identity
136136
- name: Upgrade pip version
137137
run: |
138-
pip install --upgrade "pip>=21.3.1,<22.1"
138+
pip install --upgrade "pip>=21.3.1,<23.2"
139139
- name: Get pip cache dir
140140
id: pip-cache
141141
run: |

.github/workflows/pr_local_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
architecture: x64
4141
- name: Upgrade pip version
4242
run: |
43-
pip install --upgrade "pip>=21.3.1,<22.1"
43+
pip install --upgrade "pip>=21.3.1,<23.2"
4444
- name: Get pip cache dir
4545
id: pip-cache
4646
run: |

0 commit comments

Comments
 (0)