Skip to content

Commit 1e5761f

Browse files
committed
updated test-dev.yml
1 parent 688eb33 commit 1e5761f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-python@v2
38-
with:
39-
python-version: 3.6
38+
with:
39+
python-version: 3.6
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip==20.2.2
4343
python -m pip install -e .
4444
python nyoka/tests/_install_dependencies.py
45-
- name: Generate test coverage
45+
- name: Generate test coverage report
4646
run: |
4747
py.test --cov-report term --cov=nyoka/
4848
codecov

0 commit comments

Comments
 (0)