Skip to content

Commit 6de42d0

Browse files
fix: add encryption extra to CI test install
1 parent 44375f8 commit 6de42d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
allow-prereleases: true
46-
- run: pip install -e ".[sqlite,fastapi,integrity,cli,dev]"
46+
- run: pip install -e ".[sqlite,fastapi,integrity,encryption,cli,dev]"
4747
- run: pytest tests/ -v --tb=short --cov=qp_vault --cov-report=term-missing
4848

4949
publish:

0 commit comments

Comments
 (0)