We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33b029 commit 946cbabCopy full SHA for 946cbab
.github/workflows/continuous-integration.yaml
@@ -935,9 +935,9 @@ jobs:
935
./script/make_utils/check_installation_with_all_python.sh --version ${{ matrix.python_version }} --sync_env
936
937
# Check installation with pip
938
- - name: Check installation with pip and python ${{ matrix.python_version }} (weekly, release)
+ - name: Check installation with pip and python ${{ matrix.python_version }} (weekly)
939
if: |
940
- (fromJSON(env.IS_WEEKLY) || fromJSON(env.IS_RELEASE))
+ (fromJSON(env.IS_WEEKLY))
941
&& steps.conformance.outcome == 'success'
942
&& !cancelled()
943
run: |
0 commit comments