Skip to content

Commit

Permalink
Add CI test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 12, 2024
1 parent 9fce123 commit b67b4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# install testing
- name: Install package and test deps
run: |
pip install .[testing] # install the package and the testing deps
pip install --pre .[testing] # install the package and the testing deps
- name: Test with pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ tracker = "https://github.com/brightway-lca/bw_graph_tools/issues"
# seems to work, at least for now
testing = [
"bw_graph_tools",
"bw2data",
"pytest",
"pytest-cov",
"python-coveralls",
Expand Down

0 comments on commit b67b4b4

Please sign in to comment.