diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-08-29 01:02:10 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-08-29 01:38:09 +0300 |
commit | b4d4724e95583b9f075a814319c3d5e8e5514a3e (patch) | |
tree | dd77fb25ded2ceb5a4f29221de69f19f469cfac0 /.github | |
parent | cf77aec5326e42af7b89e4ab2712daf9694ebad9 (diff) | |
download | apscheduler-b4d4724e95583b9f075a814319c3d5e8e5514a3e.tar.gz |
Overhauled the data store and event dispatch systems
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeqa-test.yml | 2 |
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 |