Skip to content

Commit

Permalink
further bug check
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRubenDrauz committed Oct 28, 2024
1 parent 8b9e71c commit 19cc10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
uses: e2nIEE/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y git;
apt install build-essential;
git --version;
python -m pip install --upgrade pip;
python -m pip install .[docs];"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Download = "https://pypi.org/project/pandapipes/#files"
Changelog = "https://github.com/e2nIEE/pandapipes/blob/develop/CHANGELOG.rst"

[project.optional-dependencies]
docs = ["numpydoc", "sphinx", "sphinx_rtd_theme", "sphinxcontrib.bibtex", "sphinx-pyproject", "meson", "ninja"]
docs = ["numpydoc", "sphinx", "sphinx_rtd_theme", "sphinxcontrib.bibtex", "sphinx-pyproject"]
plotting = ["plotly", "igraph"]
test = [
"pytest", "pytest-xdist", "pytest-split", "nbmake", "numba",
Expand Down

0 comments on commit 19cc10e

Please sign in to comment.