Compare commits
No commits in common. "0b69ea388acd0f1511f541b5c262fa72e989df7c" and "2c0fb5adc35c10d1747fd20b11c6cb47abc058a0" have entirely different histories.
0b69ea388a
...
2c0fb5adc3
|
@ -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=infernal_interpreter --cov-report html:htmlcov --cov-fail-under=0
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3.13'
|
||||
__version__ = '0.3.12'
|
||||
|
|
Loading…
Reference in New Issue
Block a user