Skip to content

Commit d602055

Browse files
author
Martin Durant
committed
indent error
1 parent c57b6cc commit d602055

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
pytest --verbose --cov=streamz
4545
4646
- name: coveralls
47-
shell: bash -l {0}
48-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == '3.8' }}
49-
run: coveralls
47+
shell: bash -l {0}
48+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == '3.8' }}
49+
run: coveralls
5050

5151
lint:
5252
name: lint

0 commit comments

Comments
 (0)