File tree Expand file tree Collapse file tree 16 files changed +89
-68
lines changed Expand file tree Collapse file tree 16 files changed +89
-68
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
run : |
66
66
git lfs install
67
67
git lfs pull
68
- python -m pip install --upgrade pip wheel setuptools pytest
68
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
69
69
python -m pip install -r requirements.txt
70
70
71
71
- name : Run test case
72
72
timeout-minutes : 60
73
73
shell : bash
74
74
run : |
75
75
mkdir -p ${{ env.TESTLOGPATH }}
76
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
77
- --log-level=DEBUG \
76
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
77
+ --log-level=ERROR \
78
78
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
79
79
80
80
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
run : |
66
66
git lfs install
67
67
git lfs pull
68
- python -m pip install --upgrade pip wheel setuptools pytest
68
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
69
69
python -m pip install -r requirements.txt
70
70
71
71
- name : Run test case
72
72
timeout-minutes : 60
73
73
shell : bash
74
74
run : |
75
75
mkdir -p ${{ env.TESTLOGPATH }}
76
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
77
- --log-level=DEBUG \
76
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
77
+ --log-level=ERROR \
78
78
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
79
79
80
80
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
run : |
66
66
git lfs install
67
67
git lfs pull
68
- python -m pip install --upgrade pip wheel setuptools pytest
68
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
69
69
python -m pip install -r requirements.txt
70
70
71
71
- name : Run test case
72
72
timeout-minutes : 60
73
73
shell : bash
74
74
run : |
75
75
mkdir -p ${{ env.TESTLOGPATH }}
76
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
77
- --log-level=DEBUG \
76
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
77
+ --log-level=ERROR \
78
78
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
79
79
80
80
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
run : |
66
66
git lfs install
67
67
git lfs pull
68
- python -m pip install --upgrade pip wheel setuptools pytest
68
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
69
69
python -m pip install -r requirements.txt
70
70
71
71
- name : Run test case
72
72
timeout-minutes : 60
73
73
shell : bash
74
74
run : |
75
75
mkdir -p ${{ env.TESTLOGPATH }}
76
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
77
- --log-level=DEBUG \
76
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
77
+ --log-level=ERROR \
78
78
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
79
79
80
80
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
run : |
66
66
git lfs install
67
67
git lfs pull
68
- python -m pip install --upgrade pip wheel setuptools pytest
68
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
69
69
python -m pip install -r requirements.txt
70
70
71
71
- name : Run test case
72
72
timeout-minutes : 60
73
73
shell : bash
74
74
run : |
75
75
mkdir -p ${{ env.TESTLOGPATH }}
76
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
77
- --log-level=DEBUG \
76
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
77
+ --log-level=ERROR \
78
78
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
79
79
80
80
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
run : |
66
66
git lfs install
67
67
git lfs pull
68
- python -m pip install --upgrade pip wheel setuptools pytest
68
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
69
69
python -m pip install -r requirements.txt
70
70
71
71
- name : Run test case
72
72
timeout-minutes : 60
73
73
shell : bash
74
74
run : |
75
75
mkdir -p ${{ env.TESTLOGPATH }}
76
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
77
- --log-level=DEBUG \
76
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
77
+ --log-level=ERROR \
78
78
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
79
79
80
80
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -66,16 +66,16 @@ jobs:
66
66
run : |
67
67
git lfs install
68
68
git lfs pull
69
- python -m pip install --upgrade pip wheel setuptools pytest
69
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
70
70
python -m pip install -r requirements.txt
71
71
72
72
- name : Run test case
73
73
timeout-minutes : 60
74
74
shell : bash
75
75
run : |
76
76
mkdir -p ${{ env.TESTLOGPATH }}
77
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
78
- --log-level=DEBUG \
77
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
78
+ --log-level=ERROR \
79
79
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
80
80
81
81
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -66,16 +66,16 @@ jobs:
66
66
run : |
67
67
git lfs install
68
68
git lfs pull
69
- python -m pip install --upgrade pip wheel setuptools pytest
69
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
70
70
python -m pip install -r requirements.txt
71
71
72
72
- name : Run test case
73
73
timeout-minutes : 60
74
74
shell : bash
75
75
run : |
76
76
mkdir -p ${{ env.TESTLOGPATH }}
77
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
78
- --log-level=DEBUG \
77
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
78
+ --log-level=ERROR \
79
79
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
80
80
81
81
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -66,16 +66,16 @@ jobs:
66
66
run : |
67
67
git lfs install
68
68
git lfs pull
69
- python -m pip install --upgrade pip wheel setuptools pytest
69
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
70
70
python -m pip install -r requirements.txt
71
71
72
72
- name : Run test case
73
73
timeout-minutes : 60
74
74
shell : bash
75
75
run : |
76
76
mkdir -p ${{ env.TESTLOGPATH }}
77
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
78
- --log-level=DEBUG \
77
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
78
+ --log-level=ERROR \
79
79
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
80
80
81
81
- name : Upload log to artifact
Original file line number Diff line number Diff line change @@ -66,16 +66,16 @@ jobs:
66
66
run : |
67
67
git lfs install
68
68
git lfs pull
69
- python -m pip install --upgrade pip wheel setuptools pytest
69
+ python -m pip install --upgrade pip wheel setuptools pytest pytest-rerunfailures memory_profiler
70
70
python -m pip install -r requirements.txt
71
71
72
72
- name : Run test case
73
73
timeout-minutes : 60
74
74
shell : bash
75
75
run : |
76
76
mkdir -p ${{ env.TESTLOGPATH }}
77
- python -W ignore::DeprecationWarning -m pytest --no-print-logs \
78
- --log-level=DEBUG \
77
+ python -W ignore::DeprecationWarning -m pytest --show-capture=no \
78
+ --log-level=ERROR \
79
79
--log-file=${{ env.TESTLOGPATH }}${{ env.TESTLOGNAME }}.log
80
80
81
81
- name : Upload log to artifact
You can’t perform that action at this time.
0 commit comments