summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 7f39197..a7fbb09 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -43,7 +43,7 @@ jobs:
- name: Start external services
run: docker-compose up -d
- name: Install the project and its dependencies
- run: pip install -e .[test,cbor,postgresql,mongodb]
+ run: pip install -e .[test,cbor,postgresql,mongodb,sqlalchemy]
- name: Test with pytest
run: pytest