Skip to content

Commit 9611fe9

Browse files
authored
Merge pull request #1 from codelion/codelion-patch-1
Update publish.yml
2 parents 6d9208e + e3a1b3f commit 9611fe9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Run tests
2626
run: |
2727
pip install pytest pytest-cov pytest-randomly psutil
28+
pip install -r requirements.txt
2829
pytest tests/
2930
- name: Build package
3031
run: |

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="adaptive-classifier",
18-
version="0.0.1",
18+
version="0.0.2",
1919
author="codelion",
2020
author_email="[email protected]",
2121
description="A flexible, adaptive classification system for dynamic text classification",
@@ -44,4 +44,4 @@
4444
"test": test_requirements,
4545
},
4646
include_package_data=True,
47-
)
47+
)

0 commit comments

Comments
 (0)