Skip to content

Commit 7a6e73c

Browse files
committed
fixes setup
1 parent 452dadc commit 7a6e73c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-python-client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
python -m pip install clients/python/artifacts/dist/${{needs.build.outputs.osparc}} --find-links=clients/python/artifacts/dist
9292
cd clients/python
9393
make install-unit-test
94+
pip list | grep osparc
9495
pytest -v --ignore=/artifacts/client --ignore=test/e2e
9596
9697
test-latest:

clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
author_email="support@osparc.io",
3535
url="https://itisfoundation.github.io/osparc-simcore-clients/",
3636
install_requires=REQUIRES,
37-
packages=find_packages(exclude=["test", "tests"]),
3837
include_package_data=True,
38+
packages=find_packages(where="src"),
3939
package_dir={"": "src"},
4040
package_data={
4141
"": [

0 commit comments

Comments
 (0)