summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-02-24 23:56:04 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-02-24 23:56:04 +0200
commitedeba4e8c28fd8fe247adb1f8e5391d95c59f3f2 (patch)
treedf64f7d65e1c3f0cfb9e07f6e576ce38fd5a6e88 /.github/workflows
parent1ffed08f4c2a3c7885619ae3fa6729cc00545e69 (diff)
downloadapscheduler-edeba4e8c28fd8fe247adb1f8e5391d95c59f3f2.tar.gz
Fixed extras in pip install
Diffstat (limited to '.github/workflows')
-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 8a87f9e..e78c1e7 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -47,6 +47,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install the project and its dependencies
- run: pip install -e .[test,cbor]
+ run: pip install -e .[test,postgresql,mongodb]
- name: Test with pytest
run: pytest