Skip to content

Commit 15cf271

Browse files
author
Sebastian
committed
Install dependency for async
Signed-off-by: Sebastian <[email protected]>
1 parent 2393e6f commit 15cf271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python3 -m pip install --upgrade pip
6666
# install the project itself in *editable* mode so tests import the same codebase
6767
# and pull in every dev / test extra declared in pyproject.toml
68-
pip install -e .[dev]
68+
pip install -e .[dev,asyncpg]
6969
# belt-and-braces - keep the core test tool-chain pinned here too
7070
pip install pytest pytest-cov pytest-asyncio coverage[toml]
7171

0 commit comments

Comments
 (0)