Skip to content

Commit 947c87f

Browse files
update CI workflow: install requirements before running tests and update development status in setup.py
1 parent bcb01bf commit 947c87f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ jobs:
4545
4646
- name: Test with pytest
4747
run: |
48+
python -m pip install -r requirements.txt
4849
python -m pip install pytest
4950
pytest || true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author_email="[email protected]",
2727
python_requires=">=3.8",
2828
classifiers=[
29-
"Development Status :: 2 - Pre-Alpha",
29+
"Development Status :: 3 - Alpha",
3030
"Intended Audience :: Developers",
3131
"License :: OSI Approved :: MIT License",
3232
"Natural Language :: English",

0 commit comments

Comments
 (0)