Skip to content

Commit e17500a

Browse files
committed
Remove unused make-timeavgs and combine-timavgs pipeline test calls
1 parent b8d8d19 commit e17500a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/create_test_conda_env.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -92,30 +92,6 @@ jobs:
9292
run: |
9393
pylint -v --rcfile ./pylintrc --fail-under 10.0 ./app/combine-statics
9494
95-
- name: combine-timeavgs pytest (STEP CONTINUES ON FAILURE)
96-
continue-on-error: true
97-
run: |
98-
echo "i have no tests yet"
99-
pytest -vv -rx app/combine-timeavgs/tests
100-
101-
- name: combine-timeavgs pylint (STEP CONTINUES ON FAILURE)
102-
continue-on-error: true
103-
run: |
104-
echo "i am not python in any part yet"
105-
pylint -v --rcfile ./pylintrc --fail-under 0.0 ./app/combine-timeavgs
106-
107-
- name: make-timeavgs pytest (STEP CONTINUES ON FAILURE)
108-
continue-on-error: true
109-
run: |
110-
echo "i have no tests yet"
111-
pytest -vv -rx app/make-timeavgs/tests
112-
113-
- name: make-timeavgs pylint (STEP CONTINUES ON FAILURE)
114-
continue-on-error: true
115-
run: |
116-
echo "i am not python in any part yet"
117-
pylint -v --rcfile ./pylintrc --fail-under 0.0 ./app/make-timeavgs
118-
11995
- name: analysis pytest (STEP CONTINUES ON FAILURE)
12096
continue-on-error: true
12197
run: |

0 commit comments

Comments
 (0)