Skip to content

Commit

Permalink
test: Remove coverage from test in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Sep 11, 2024
1 parent 6525e72 commit c1d94da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ install:
pip install -e .[dev]
test:
pytest policyengine_us/tests/ --maxfail=0
coverage run -a --branch -m policyengine_core.scripts.policyengine_command test policyengine_us/tests/policy/ -c policyengine_us
coverage xml -i
python -a --branch -m policyengine_core.scripts.policyengine_command test policyengine_us/tests/policy/ -c policyengine_us
documentation:
jb clean docs
jb build docs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
install_requires=[
"policyengine-core>=3.6.5",
"policyengine-us-data @ git+https://[email protected]/PolicyEngine/policyengine-us-data.git",
"policyengine-us-data>=1.0.1",
"microdf-python",
"tqdm",
],
Expand Down

0 comments on commit c1d94da

Please sign in to comment.