summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:28:34 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:28:34 +0300
commit0ccec9c1b37f17f52be52b4f8f5401e7a68ce840 (patch)
tree66da23a12e5c42fc395ebfd22f35e632bdcc67a4 /.github
parent12dadacd6eddaa581757d1b2ca72b757b8a0304d (diff)
downloadapscheduler-0ccec9c1b37f17f52be52b4f8f5401e7a68ce840.tar.gz
Added missing extra to pip install
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 3874052..72b45e9 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 .[test]
+ run: pip install .[test,cbor]
- name: Test with pytest
run: pytest