File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed
Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1+ ---
12name : Sanity
23
34on : [push, pull_request]
45
56jobs :
6- build :
7+ build :
78
8- runs-on : ubuntu-latest
9+ runs-on : ubuntu-latest
910
10- steps :
11- - uses : actions/checkout@v3
12- - name : Set up Python 3.8
13- uses : actions/setup-python@v4
14- with :
15- python-version : 3.8
16- - name : Install dependencies
17- run : |
18- python -m pip install --upgrade pip setuptools wheel
19- python -m pip install .[test]
20- - name : Test with pytest
21- run : |
22- make test
23- - name : Upload coverage to codecov
24- uses : codecov/codecov-action@v3
11+ steps :
12+ - uses : actions/checkout@v3
13+ - name : Set up Python 3.8
14+ uses : actions/setup-python@v4
15+ with :
16+ python-version : 3.8
17+ - name : Install dependencies
18+ run : |
19+ python -m pip install --upgrade pip setuptools wheel
20+ python -m pip install .[test]
21+ - name : Test with pytest
22+ run : |
23+ make test
24+ - name : Upload coverage to codecov
25+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ keywords = [
4040license = {text = " AGPL-3.0" }
4141name = " ok-dmrlib"
4242requires-python = " >=3.8"
43- version = " 0.8"
43+ version = " 0.8.0 "
4444
4545[project .optional-dependencies ]
4646pre-commit = [" pre-commit>=3.0.0" ]
You can’t perform that action at this time.
0 commit comments