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 19
19
python-version : ["3.10", "3.11"]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v3
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : checkout repo
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up Python
15
- uses : actions/setup-python@v2
15
+ uses : actions/setup-python@v3
16
16
with :
17
17
python-version : " 3.11"
18
18
- name : install poetry
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ lint: ## run linters
27
27
28
28
test : # # test with coverage
29
29
@poetry run \
30
- pytest --cov --cov-report xml --cov-report html
30
+ pytest -v - -cov --cov-report xml --cov-report html
31
31
32
32
33
33
test-lint : # # run linters
You can’t perform that action at this time.
0 commit comments