Skip to content

Commit

Permalink
upgrade setuptools due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrauz authored and sdrauz committed Dec 12, 2023
1 parent e5a9571 commit 0fa38f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
if ${{ matrix.python-version != '3.11' }}; then python -m pip install numba; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install git+https://github.com/e2nIEE/pandapower@develop#egg=pandapower
pip install --upgrade setuptools
pip install -e .
- name: List all installed packages
run: |
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
"test": ["pytest", "pytest-xdist", "nbmake"],
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme", "sphinxcontrib.bibtex",
"plotly", "igraph", "pytest", "pytest-xdist", "nbmake"]},
#packages=find_namespace_packages(where="pandapipes"),
#package_dir={"": "pandapipes"},
packages=find_namespace_packages(),
packages=find_namespace_packages(where="pandapipes"),
package_dir={"": "pandapipes"},
include_package_data=True,
classifiers=classifiers
)

0 comments on commit 0fa38f1

Please sign in to comment.