Skip to content

Commit 0d72ffc

Browse files
Update ci-cd.yml
1 parent 45e3e19 commit 0d72ffc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,6 @@ jobs:
204204
run: >- # `exit 1` makes sure that the job remains red with flaky runs
205205
pytest --no-cov -vvvvv --lf && exit 1
206206
shell: bash
207-
- name: Run dev_mode tests
208-
env:
209-
COLOR: yes
210-
AIOHTTP_NO_EXTENSIONS: ${{ matrix.no-extensions }}
211-
PIP_USER: 1
212-
run: python -X dev -m pytest -m dev_mode --cov-append
213-
shell: bash
214207
- name: Turn coverage into xml
215208
env:
216209
COLOR: 'yes'

0 commit comments

Comments
 (0)