Skip to content

Commit 946cbab

Browse files
fix: pip installation failing on new python version (#903)
1 parent f33b029 commit 946cbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,9 @@ jobs:
935935
./script/make_utils/check_installation_with_all_python.sh --version ${{ matrix.python_version }} --sync_env
936936
937937
# Check installation with pip
938-
- name: Check installation with pip and python ${{ matrix.python_version }} (weekly, release)
938+
- name: Check installation with pip and python ${{ matrix.python_version }} (weekly)
939939
if: |
940-
(fromJSON(env.IS_WEEKLY) || fromJSON(env.IS_RELEASE))
940+
(fromJSON(env.IS_WEEKLY))
941941
&& steps.conformance.outcome == 'success'
942942
&& !cancelled()
943943
run: |

0 commit comments

Comments
 (0)