Issue #89: fix job name.

This commit is contained in:
Sergey Vartanov 2021-09-24 19:44:43 +03:00
parent 22037ab5f0
commit e8b1f17368

View file

@ -30,7 +30,7 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest -v pytest -v
build: build-windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2