1
0

Compare commits

..

No commits in common. "d501c4da9f3b6899093ff30e54231bd12835f6a3" and "a6ec22aaa3319a28e382ffecba7d3e7a078fb7db" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -19,13 +19,10 @@ jobs:
uses: actions/checkout@v3
- name: Installing Python Dependencies
if: success()
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest pytest-cov --break-system-packages
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest --break-system-packages
- name: Installing Python Test Dependencies
if: success() && hashFiles('requirements_test.txt') != ''
run: python3 -m pip install --upgrade -r requirements_test.txt --break-system-packages
- name: Installing package
if: success()
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

View File

@ -1 +1 @@
__version__ = '0.1.40'
__version__ = '0.1.39'