Skip to content

Commit 68805cd

Browse files
committed
whoops
1 parent c652f6e commit 68805cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Check install local
3131
run: |
3232
pip install ".[test]"
33+
cd tests
3334
python -c "import wherobots.db"
3435
3536
- name: Check build
@@ -40,9 +41,11 @@ jobs:
4041
- name: Check install sdist
4142
run: |
4243
pip install --force-reinstall dist/*.tar.gz
44+
cd tests
4345
python -c "import wherobots.db"
4446
4547
- name: Check install wheel
4648
run: |
4749
pip install --force-reinstall dist/*.whl
50+
cd tests
4851
python -c "import wherobots.db"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Python DB-API driver for Wherobots DB"
88
authors = ["Maxime Petazzoni <max@wherobots.com>"]
99
license = "Apache 2.0"
1010
readme = "README.md"
11-
packages = [{ include = "db", from = "wherobots" }]
11+
packages = [{ include = "wherobots" }]
1212

1313
[project.urls]
1414
Homepage = "https://github.com/wherobots/wherobots-python-dbapi-driver"

0 commit comments

Comments
 (0)