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
run: |
pytest -v
build:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2