Skip to content

Commit 75a0fc0

Browse files
committed
[Breaking Change] (config) Modify the pip installation version of dependencies and remove unused command lines.
1 parent 8e6e172 commit 75a0fc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/organize_and_generate_test_cov_reports.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
run: |
5555
python3 -m pip install --upgrade pip
5656
pip3 install -U pip
57-
pip3 install coverage
58-
pip3 install codecov
59-
pip3 install coveralls
57+
pip3 install 'coverage >= 6.2, <= 6.4.4'
6058
6159
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
6260
run: bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} ${{ inputs.test_os }} true

0 commit comments

Comments
 (0)