summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 01:02:10 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 01:38:09 +0300
commitb4d4724e95583b9f075a814319c3d5e8e5514a3e (patch)
treedd77fb25ded2ceb5a4f29221de69f19f469cfac0 /.github
parentcf77aec5326e42af7b89e4ab2712daf9694ebad9 (diff)
downloadapscheduler-b4d4724e95583b9f075a814319c3d5e8e5514a3e.tar.gz
Overhauled the data store and event dispatch systems
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