Skip to content

Commit

Permalink
packages used for testing moved to tests section of pyprojects.tom (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jul 24, 2024
1 parent e5cc925 commit 0ad0033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ docs = [
"sphinx-rtd-theme==1.0.0"
]
test = ["packaging", "pytest", "pytest-cov", "colorama", "openpyxl"]
ci = ["cpp-coveralls", "coveralls"]
vtk = ["vtk"]

[project.urls]
Expand Down
8 changes: 1 addition & 7 deletions tools/ci/gha-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,4 @@ fi
python tools/ci/gha-install.py

# Install Python API in editable mode
pip install -e .[test,vtk]

# For coverage testing of the C++ source files
pip install cpp-coveralls

# For coverage testing of the Python source files
pip install coveralls
pip install -e .[test,vtk,ci]

0 comments on commit 0ad0033

Please sign in to comment.