We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452dadc commit 7a6e73cCopy full SHA for 7a6e73c
.github/workflows/build-python-client.yml
@@ -91,6 +91,7 @@ jobs:
91
python -m pip install clients/python/artifacts/dist/${{needs.build.outputs.osparc}} --find-links=clients/python/artifacts/dist
92
cd clients/python
93
make install-unit-test
94
+ pip list | grep osparc
95
pytest -v --ignore=/artifacts/client --ignore=test/e2e
96
97
test-latest:
clients/python/setup.py
@@ -34,8 +34,8 @@
34
author_email="support@osparc.io",
35
url="https://itisfoundation.github.io/osparc-simcore-clients/",
36
install_requires=REQUIRES,
37
- packages=find_packages(exclude=["test", "tests"]),
38
include_package_data=True,
+ packages=find_packages(where="src"),
39
package_dir={"": "src"},
40
package_data={
41
"": [
0 commit comments