From 0ccec9c1b37f17f52be52b4f8f5401e7a68ce840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 28 Sep 2020 13:28:34 +0300 Subject: Added missing extra to pip install --- .github/workflows/codeqa-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.1