File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 python-version : ["3.10", "3.11"]
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v3
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : checkout repo
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Set up Python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v3
1616 with :
1717 python-version : " 3.11"
1818 - name : install poetry
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ lint: ## run linters
2727
2828test : # # test with coverage
2929 @poetry run \
30- pytest --cov --cov-report xml --cov-report html
30+ pytest -v - -cov --cov-report xml --cov-report html
3131
3232
3333test-lint : # # run linters
You can’t perform that action at this time.
0 commit comments