Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Oct 14, 2024
1 parent bc0ef55 commit 56860fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Step 6: Run Tests and Generate Coverage Report
- name: Run tests and coverage
run: |
pytest ./tests/ --cov=./src/pyhgf/ --cov-report=xml
poetry run pytest ./tests/ --cov=./src/pyhgf/ --cov-report=xml
# Step 7: Upload Coverage Report to Codecov
- name: Upload coverage to Codecov
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pymc = "^5.17.0"
jax = "^0.4.26,<0.4.32"
jaxlib = "^0.4.26,<0.4.32"


[tool.poetry.dev-dependencies]
sphinx = "^8.1.3"
pydata-sphinx-theme = "^0.15.2"
Expand Down

0 comments on commit 56860fb

Please sign in to comment.