Compare commits
No commits in common. "7f85f2c4bf156c92a4c17191910781cc667a7f7d" and "c9d0e124b6f8af1242e00e2dec73dafd912ed3d9" have entirely different histories.
7f85f2c4bf
...
c9d0e124b6
|
@ -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=secret_loader --cov-report html:htmlcov --cov-fail-under=0
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.22'
|
||||
__version__ = '0.1.21'
|
||||
|
|
Loading…
Reference in New Issue
Block a user