Compare commits
3 Commits
a6ec22aaa3
...
d501c4da9f
Author | SHA1 | Date | |
---|---|---|---|
d501c4da9f | |||
64f88d27f3 | |||
e5439a6158 |
|
@ -19,10 +19,13 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Installing Python Dependencies
|
- name: Installing Python Dependencies
|
||||||
if: success()
|
if: success()
|
||||||
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest --break-system-packages
|
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest pytest-cov --break-system-packages
|
||||||
- name: Installing Python Test Dependencies
|
- name: Installing Python Test Dependencies
|
||||||
if: success() && hashFiles('requirements_test.txt') != ''
|
if: success() && hashFiles('requirements_test.txt') != ''
|
||||||
run: python3 -m pip install --upgrade -r requirements_test.txt --break-system-packages
|
run: python3 -m pip install --upgrade -r requirements_test.txt --break-system-packages
|
||||||
- name: Installing package
|
- name: Installing package
|
||||||
if: success()
|
if: success()
|
||||||
run: python3 -m pip install .[test] --break-system-packages
|
run: python3 -m pip install .[test] --break-system-packages
|
||||||
|
- name: Test Python Code
|
||||||
|
if: success()
|
||||||
|
run: python3 -m pytest test --cov=fin_defs --cov-report html:htmlcov --cov-fail-under=0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.39'
|
__version__ = '0.1.40'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user